libSM, libXpm: dependency fixes
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25155 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b651d9c3fe
commit
fc39e6e9ea
@ -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
|
||||
|
@ -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) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user