From: blogic Date: Sat, 24 May 2008 17:08:32 +0000 (+0000) Subject: atk needs to stage m4 files X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=d29e0bd7557d8dcda978c18b7715c65daa6ed0dd;p=packages.git atk needs to stage m4 files git-svn-id: svn://svn.openwrt.org/openwrt/packages@11258 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 36e4affc2..750f63104 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -78,6 +78,8 @@ define Build/InstallDev $(CP) $(PKG_INSTALL_DIR)/usr/lib/libg{lib,module,object,thread}-2.0.{a,so*} $(1)/usr/lib/ mkdir -p $(1)/usr/lib/pkgconfig $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/g{lib,module,module-no-export,object,thread}-2.0.pc $(1)/usr/lib/pkgconfig + mkdir -p $(1)/share/aclocal/ + $(CP) $(PKG_INSTALL_DIR)/usr/share/aclocal/*.m4 $(STAGING_DIR_HOST)/share/aclocal/ endef define Package/glib2/install