diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-02 12:03:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-02 12:03:09 +0100 |
commit | fbe47cba997e4f2f2dbaa6af0583dbec2e5d130c (patch) | |
tree | 63aa5fb4d8c8ad7e63aeaad50e5701a2918dbedd /package/pkg-config | |
parent | 216fc3f63dcf07f5bc644165ce1965d733330de0 (diff) |
remove dependencies to libiconv,pkg-config and file. use pkgconf and libiconv-tiny instead. fixes glib compile on systems without libiconv/ native iconv implementation
Diffstat (limited to 'package/pkg-config')
-rw-r--r-- | package/pkg-config/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/package/pkg-config/Makefile b/package/pkg-config/Makefile deleted file mode 100644 index 875e95621..000000000 --- a/package/pkg-config/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include $(TOPDIR)/rules.mk - -PKG_NAME:= pkg-config -PKG_VERSION:= 0.28 -PKG_RELEASE:= 2 -PKG_MD5SUM:= aa3c86e67551adc3ac865160e34a2a0d -PKG_DESCR:= a helper tool used when compiling applications and libraries. -PKG_SECTION:= lang -PKG_DEPENDS:= glib libpopt -PKG_BUILDDEP:= glib popt pkg-config-host -PKG_URL:= http://pkg-config.freedesktop.org/wiki/ -PKG_SITES:= http://pkgconfig.freedesktop.org/releases/ - -include $(TOPDIR)/mk/host.mk -include $(TOPDIR)/mk/package.mk - -$(eval $(call HOST_template,PKG_CONFIG,pkg-config,$(PKG_VERSION)-${PKG_RELEASE})) -$(eval $(call PKG_template,PKG_CONFIG,pkg-config,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) - -HOST_STYLE:= auto -HOST_CONFIGURE_ARGS+= --with-internal-glib \ - --disable-host-tool -CONFIGURE_ARGS+= --with-installed-glib \ - --with-installed-popt - -pkg-config-install: - $(INSTALL_DIR) $(IDIR_PKG_CONFIG)/usr/bin - $(INSTALL_BIN) $(WRKINST)/usr/bin/pkg-config \ - $(IDIR_PKG_CONFIG)/usr/bin - -include ${TOPDIR}/mk/host-bottom.mk -include ${TOPDIR}/mk/pkg-bottom.mk |