aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtkmm/gtkmm_2.14.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gtkmm/gtkmm_2.14.1.bb')
-rw-r--r--recipes/gtkmm/gtkmm_2.14.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gtkmm/gtkmm_2.14.1.bb b/recipes/gtkmm/gtkmm_2.14.1.bb
new file mode 100644
index 0000000000..e3def49b5b
--- /dev/null
+++ b/recipes/gtkmm/gtkmm_2.14.1.bb
@@ -0,0 +1,11 @@
+require gtkmm.inc
+
+DEPENDS += "pangomm"
+
+PR = "r0"
+
+# Hack! Remove once gtkmm likes libtool 2x
+do_cconfigure() {
+ gnu-configize
+ oe_runconf
+}