summaryrefslogtreecommitdiff
path: root/package/pixman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/pixman/Makefile')
-rw-r--r--package/pixman/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/pixman/Makefile b/package/pixman/Makefile
index 1f33acb30..1f58aad45 100644
--- a/package/pixman/Makefile
+++ b/package/pixman/Makefile
@@ -11,9 +11,13 @@ PKG_DESCR:= Pixel manipulation library
PKG_SECTION:= x11
PKG_SITES:= http://www.cairographics.org/releases/
+ifeq ($(ADK_STATIC),y)
+PKG_OPTS:= libonly
+endif
+
include $(TOPDIR)/mk/package.mk
-$(eval $(call PKG_template,PIXMAN,${PKG_NAME},$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,PIXMAN,${PKG_NAME},$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
CONFIGURE_STYLE:= gnu
BUILD_STYLE:= auto