summaryrefslogtreecommitdiff
path: root/packages/graphics/pixman/pixman.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-12-25 12:57:51 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-12-25 12:57:51 +0100
commitf6bba1b6d30e827f946acc8eaf63811449506fce (patch)
tree0d2947f53907b5fe3d9dd4bdb76fb25e9b5dfcf9 /packages/graphics/pixman/pixman.kconfig
parent1a46893d6c8bc828880b24e7d99d0932e920475b (diff)
downloadembtoolkit-f6bba1b6d30e827f946acc8eaf63811449506fce.tar.gz
embtoolkit-f6bba1b6d30e827f946acc8eaf63811449506fce.tar.bz2
embtoolkit-f6bba1b6d30e827f946acc8eaf63811449506fce.tar.xz
Packages: New pixman: add pixman as buildable package
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'packages/graphics/pixman/pixman.kconfig')
-rw-r--r--packages/graphics/pixman/pixman.kconfig42
1 files changed, 42 insertions, 0 deletions
diff --git a/packages/graphics/pixman/pixman.kconfig b/packages/graphics/pixman/pixman.kconfig
new file mode 100644
index 0000000..74f1b7f
--- /dev/null
+++ b/packages/graphics/pixman/pixman.kconfig
@@ -0,0 +1,42 @@
+################################################################################
+# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# Copyright(C) 2009 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 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.
+#
+# 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 pixman.kconfig
+# \brief pixman.kconfig of Embtoolkit
+# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# \date December 2009
+################################################################################
+
+config EMBTK_HAVE_PIXMAN
+ bool "Have pixman"
+ help
+ Pixman
+choice
+ prompt "Pixman version you wish"
+ depends on EMBTK_HAVE_PIXMAN
+ help
+ Here you can choose which version of pixman you want to use.
+
+ config EMBTK_PIXMAN_VERSION_0_16_4
+ bool "pixman-0.16.4"
+endchoice
+
+config EMBTK_PIXMAN_VERSION_STRING
+ string
+ default "0.16.4" if EMBTK_PIXMAN_VERSION_0_16_4
+