X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=XOrg%2Flib%2FlibXmu%2FMakefile;h=193c3013646e5de1016e2e470762b203c7f839fd;hp=84268fc469cc148979d40235230b1c937b98e7d7;hb=64f588c302e85413ef18f2e5323238170ba5a557;hpb=92d91b4f1e9fded6c1c5989480969199fa7ed411 diff --git a/XOrg/lib/libXmu/Makefile b/XOrg/lib/libXmu/Makefile index 84268fc469..193c301364 100644 --- a/XOrg/lib/libXmu/Makefile +++ b/XOrg/lib/libXmu/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:=libXmu @@ -21,7 +21,7 @@ define Package/libXmu SECTION:=xorg-libraries CATEGORY:=Xorg SUBMENU:=libraries - DEPENDS:=+xorg-headers-native +util-macros @DISPLAY_SUPPORT + DEPENDS:=+xorg-headers-native +util-macros +libXt +libXext @DISPLAY_SUPPORT TITLE:=libXmu 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/libXmu/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/libXmu/install