diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-10 10:24:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-10 10:24:25 +0200 |
commit | 763a7d577807bd623434caf64de151635e3537cb (patch) | |
tree | 06865df6fb1aba0e88cddd3271bfa2a1ef880955 /package/libIDL/Makefile | |
parent | f791b05d9623955ab962e4afc924a0292333d362 (diff) |
fix orbit2 compile, disable tests, diable binutils for avr32
Diffstat (limited to 'package/libIDL/Makefile')
-rw-r--r-- | package/libIDL/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libIDL/Makefile b/package/libIDL/Makefile index 8ffb0fe31..d5f01366a 100644 --- a/package/libIDL/Makefile +++ b/package/libIDL/Makefile @@ -9,6 +9,8 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 531fbc1b40b80dd1d6f3b5e76b99067c PKG_DESCR:= libraries for Interface Definition Language files PKG_SECTION:= libs +PKG_DEPENDS:= glib +PKG_BUILDDEP:= glib PKG_URL:= http://www.gnome.org/ PKG_SITES:= http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/ |