summaryrefslogtreecommitdiff
path: root/package/libIDL
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-14 13:54:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-14 13:54:40 +0100
commitf1590c8f1e959054b9426d923886246c2abec3c1 (patch)
tree31ae8e1f01e17c2d5c3aa93daa2a3742b8ced66c /package/libIDL
parentaf0b87cf417b27cc662faf2e81a941649f190edc (diff)
fix orbit2 compile, use libIDL-host
Diffstat (limited to 'package/libIDL')
-rw-r--r--package/libIDL/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/package/libIDL/Makefile b/package/libIDL/Makefile
index 58a6f7434..aadcd7a17 100644
--- a/package/libIDL/Makefile
+++ b/package/libIDL/Makefile
@@ -10,21 +10,26 @@ PKG_MD5SUM:= 531fbc1b40b80dd1d6f3b5e76b99067c
PKG_DESCR:= libraries for Interface Definition Language files
PKG_SECTION:= libs
PKG_DEPENDS:= glib
-PKG_BUILDDEP:= glib flex-host bison-host
+PKG_BUILDDEP:= glib-host glib flex-host bison-host libIDL-host
PKG_URL:= http://www.gnome.org/
PKG_SITES:= http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/
PKG_LIBNAME:= libidl
PKG_OPTS:= dev
+include $(TOPDIR)/mk/host.mk
include $(TOPDIR)/mk/package.mk
CONFIGURE_ENV+= libIDL_cv_long_long_format=ll
+$(eval $(call HOST_template,LIBIDL,libidl,$(PKG_VERSION)-${PKG_RELEASE}))
$(eval $(call PKG_template,LIBIDL,libidl,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
+HOST_STYLE:= auto
+
libidl-install:
$(INSTALL_DIR) $(IDIR_LIBIDL)/usr/lib
$(CP) $(WRKINST)/usr/lib/libIDL*.so* \
$(IDIR_LIBIDL)/usr/lib
+include ${TOPDIR}/mk/host-bottom.mk
include ${TOPDIR}/mk/pkg-bottom.mk