summaryrefslogtreecommitdiff
path: root/packages/graphics/pixman/pixman.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'packages/graphics/pixman/pixman.kconfig')
-rw-r--r--packages/graphics/pixman/pixman.kconfig13
1 files changed, 12 insertions, 1 deletions
diff --git a/packages/graphics/pixman/pixman.kconfig b/packages/graphics/pixman/pixman.kconfig
index 6362d65..a4e2c1e 100644
--- a/packages/graphics/pixman/pixman.kconfig
+++ b/packages/graphics/pixman/pixman.kconfig
@@ -25,8 +25,11 @@
config EMBTK_HAVE_PIXMAN
bool "Have pixman"
+ select EMBTK_PIXMAN_PKG_IS_TARGZ
help
- Pixman
+ pixman is a library that provides low-level pixel manipulation
+ features such as image compositing and trapezoid rasterization.
+
choice
prompt "Pixman version you wish"
depends on EMBTK_HAVE_PIXMAN
@@ -59,3 +62,11 @@ config EMBTK_PIXMAN_VERSION_STRING
default "0.16.5" if EMBTK_PIXMAN_VERSION_0_16_5
default "0.16.4" if EMBTK_PIXMAN_VERSION_0_16_4
+config EMBTK_PIXMAN_NEED_PATCH
+ bool
+config EMBTK_PIXMAN_NEED_AUTORECONF
+ bool
+config EMBTK_PIXMAN_PKG_IS_TARGZ
+ bool
+config EMBTK_PIXMAN_PKG_IS_TARBZ2
+ bool