summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-04-18 16:42:01 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-04-18 16:45:20 +0200
commit0c4bf424c4b2b52fe2918d8896c4792e46a4fab6 (patch)
tree08eb925faf4fdb49ba5de31f771fd59d94129022
parent0de3f4b43e45fd9ae2603c6ae499be56a5250f64 (diff)
downloadembtoolkit-0c4bf424c4b2b52fe2918d8896c4792e46a4fab6.tar.gz
embtoolkit-0c4bf424c4b2b52fe2918d8896c4792e46a4fab6.tar.bz2
embtoolkit-0c4bf424c4b2b52fe2918d8896c4792e46a4fab6.tar.xz
Packages: cairo: add new versions cairo-1.8.{9, 10}
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--packages/graphics/cairo/cairo.kconfig31
-rw-r--r--packages/graphics/cairo/cairo.mk23
2 files changed, 31 insertions, 23 deletions
diff --git a/packages/graphics/cairo/cairo.kconfig b/packages/graphics/cairo/cairo.kconfig
index 462265b..7bb8bf4 100644
--- a/packages/graphics/cairo/cairo.kconfig
+++ b/packages/graphics/cairo/cairo.kconfig
@@ -1,19 +1,20 @@
################################################################################
# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# Copyright(C) 2009 GAYE Abdoulaye Walsimou. All rights reserved.
+# Copyright(C) 2009-2010 GAYE Abdoulaye Walsimou. All rights reserved.
#
-# This program is free software; you can distribute it and/or modify it
-# under the terms of the GNU General Public License
-# (Version 2 or later) published by the Free Software Foundation.
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is distributed in the hope it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-# for more details.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
################################################################################
#
# \file cairo.kconfig
@@ -51,11 +52,17 @@ choice
help
Here you can choose which version of cairo you want to use.
+ config EMBTK_CAIRO_VERSION_1_8_10
+ bool "cairo-1.8.10"
+ config EMBTK_CAIRO_VERSION_1_8_9
+ bool "cairo-1.8.9"
config EMBTK_CAIRO_VERSION_1_8_8
bool "cairo-1.8.8"
endchoice
config EMBTK_CAIRO_VERSION_STRING
string
- default "1.8.8" if EMBTK_CAIRO_VERSION_1_8_8
+ default "1.8.10" if EMBTK_CAIRO_VERSION_1_8_10
+ default "1.8.9" if EMBTK_CAIRO_VERSION_1_8_9
+ default "1.8.8" if EMBTK_CAIRO_VERSION_1_8_8
diff --git a/packages/graphics/cairo/cairo.mk b/packages/graphics/cairo/cairo.mk
index 869fcf3..f5c3729 100644
--- a/packages/graphics/cairo/cairo.mk
+++ b/packages/graphics/cairo/cairo.mk
@@ -1,19 +1,20 @@
################################################################################
# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# Copyright(C) 2009 GAYE Abdoulaye Walsimou. All rights reserved.
+# Copyright(C) 2009-2010 GAYE Abdoulaye Walsimou. All rights reserved.
#
-# This program is free software; you can distribute it and/or modify it
-# under the terms of the GNU General Public License
-# (Version 2 or later) published by the Free Software Foundation.
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is distributed in the hope it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-# for more details.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
################################################################################
#
# \file cairo.mk