gtkmm: add hack to get it to compile with a recent libtool
authorKoen Kooi <koen@openembedded.org>
Mon, 11 Aug 2008 08:56:35 +0000 (08:56 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 11 Aug 2008 08:56:35 +0000 (08:56 +0000)
packages/gtkmm/gtkmm_2.12.7.bb

index b8ba69f..9ef908d 100644 (file)
@@ -2,3 +2,8 @@ require gtkmm.inc
 
 PR = "r0"
 
+# Hack! Remove once gtkmm likes libtool 2x
+do_configure() {
+       gnu-configize
+       oe_runconf
+}