From: Michael Büsch Date: Thu, 27 Jan 2011 17:30:51 +0000 (+0000) Subject: libSM, libXpm: dependency fixes X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=dd52c5534f87a651f7424e597c553d3299177901 libSM, libXpm: dependency fixes SVN-Revision: 25155 --- diff --git a/Xorg/xorg/lib/libSM/Makefile b/Xorg/xorg/lib/libSM/Makefile index bffc858a0b..08dbd64c14 100644 --- a/Xorg/xorg/lib/libSM/Makefile +++ b/Xorg/xorg/lib/libSM/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_BASE_NAME:=libSM PKG_NAME:=libSM -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_VERSION:=1.1.1 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/lib/ @@ -27,7 +27,7 @@ define Package/libSM SECTION:=xorg-libraries CATEGORY:=Xorg SUBMENU:=libraries - DEPENDS:=+libICE + DEPENDS:=+libICE +libuuid TITLE:=libSM URL:=http://xorg.freedesktop.org/ endef diff --git a/Xorg/xorg/lib/libXpm/Makefile b/Xorg/xorg/lib/libXpm/Makefile index c72be24274..05186d1302 100644 --- a/Xorg/xorg/lib/libXpm/Makefile +++ b/Xorg/xorg/lib/libXpm/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libXpm -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_VERSION:=3.5.8 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/lib/ @@ -26,11 +26,13 @@ define Package/libXpm SECTION:=xorg-libraries CATEGORY:=Xorg SUBMENU:=libraries - DEPENDS:=+libX11 +libXt +libXext + DEPENDS:=+libX11 +libXt +libXext +libSM TITLE:=libXpm URL:=http://xorg.freedesktop.org/ endef +TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib + define Build/InstallDev $(INSTALL_DIR) $(1)/usr/{lib/pkgconfig,include/X11} $(CP) \