explicitly disable gtk tests.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12537 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b6bdfc5fc8
commit
5f1b41b88f
@ -18,8 +18,7 @@ PKG_FIXUP:=libtool
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
EXTRA_LDFLAGS:="-Wl,-rpath-link=$(STAGING_DIR)/usr/lib"
|
PKG_INSTALL=1
|
||||||
TARGET_CFLAGS+=-I$(STAGING_DIR)/usr/include/gtk-2.0/gdk
|
|
||||||
|
|
||||||
define Package/pixman
|
define Package/pixman
|
||||||
SECTION:=xorg-libs
|
SECTION:=xorg-libs
|
||||||
@ -33,9 +32,8 @@ pixman is a library that provides low-level pixel manipulation
|
|||||||
features such as image compositing and trapezoid rasterization.
|
features such as image compositing and trapezoid rasterization.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Configure
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)
|
$(call Build/Configure/Default,--disable-gtk)
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)/ install DESTDIR=$(PKG_INSTALL_DIR)
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user