From: Andy Boyett Date: Sun, 15 Jun 2008 18:21:03 +0000 (+0000) Subject: [packages] libXfixes: add libX11 as dep X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=91b85b3ea9b1d4bb77e026eb2408787613e08045 [packages] libXfixes: add libX11 as dep SVN-Revision: 11491 --- diff --git a/XOrg/lib/libXfixes/Makefile b/XOrg/lib/libXfixes/Makefile index 57e570ba4a..2971a21e62 100644 --- a/XOrg/lib/libXfixes/Makefile +++ b/XOrg/lib/libXfixes/Makefile @@ -1,10 +1,10 @@ -# -# Copyright (C) 2007 OpenWrt.org +# +# Copyright (C) 2007-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# blogic@openwrt.org +# blogic@openwrt.org include $(TOPDIR)/rules.mk PKG_BASE_NAME:=libXfixes @@ -21,7 +21,7 @@ define Package/libXfixes SECTION:=xorg-libraries CATEGORY:=Xorg SUBMENU:=libraries - DEPENDS:=+xorg-headers-native +util-macros +libfreetype +zlib +xproto +libfontenc +xtrans +fontsproto +renderproto @DISPLAY_SUPPORT + DEPENDS:=+xorg-headers-native +util-macros +libX11 +libfreetype +zlib +xproto +libfontenc +xtrans +fontsproto +renderproto @DISPLAY_SUPPORT TITLE:=libXfixes URL:=http://xorg.freedesktop.org/ endef @@ -36,12 +36,12 @@ endif define libX11/Compile $(MAKE_VARS) \ - $(MAKE) -C $(PKG_BUILD_DIR)/src/util CFLAGS="" LDFLAGS="" CC="cc" makekeys + $(MAKE) -C $(PKG_BUILD_DIR)/src/util CFLAGS="" LDFLAGS="" CC="cc" makekeys endef define libXt/Compile $(MAKE_VARS) \ - $(MAKE) -C $(PKG_BUILD_DIR)/util CFLAGS="" LDFLAGS="" CC="cc" + $(MAKE) -C $(PKG_BUILD_DIR)/util CFLAGS="" LDFLAGS="" CC="cc" endef define Build/Compile @@ -67,7 +67,7 @@ endef define Package/libXfixes/install/Default $(INSTALL_DIR) $(1)/usr/lib - find $(PKG_INSTALL_DIR)/usr/lib/ -name lib*so* | $(XARGS) -i -t cp -P {} $(1)/usr/lib + find $(PKG_INSTALL_DIR)/usr/lib/ -name lib*so* | $(XARGS) -i -t cp -P {} $(1)/usr/lib endef define Package/libXfixes/install