mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 00:44:03 +02:00
libgnome-vfs: use ICONV notation
This commit is contained in:
parent
4c177d9f3f
commit
ace4d8dfea
@ -16,23 +16,21 @@ PKG_SOURCE_URL:=http://ftp.gnome.org/pub/gnome/sources/gnome-vfs/2.24/
|
|||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
define Package/gnome-vfs
|
define Package/gnome-vfs
|
||||||
TITLE:=gnome-vfs
|
TITLE:=gnome-vfs
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=@BROKEN +libintl +libpopt +gnome-mime-data
|
DEPENDS:=@BROKEN $(INTL_DEPENDS) +libpopt +gnome-mime-data
|
||||||
URL:=
|
URL:=
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/gnome-vfs/description
|
define Package/gnome-vfs/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS+=-I$(STAGING_DIR)/usr/lib/libintl/include
|
|
||||||
|
|
||||||
TARGET_LDFLAGS+= \
|
TARGET_LDFLAGS+= \
|
||||||
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
|
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
||||||
-L$(STAGING_DIR)/usr/lib/libintl/lib
|
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) \
|
$(INSTALL_DIR) \
|
||||||
|
Loading…
Reference in New Issue
Block a user