aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/screenshot/screenshot-fix-mkinstalldirs.patch
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-10-07 00:20:49 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-10-13 12:28:15 +0200
commitb536fd9a36c05132cb98642b8a9b8b7327141a1d (patch)
treefeaef5a5f2dd563e1b5948c7c01dccc8eaaf64c3 /meta-efl/recipes-efl/e17/screenshot/screenshot-fix-mkinstalldirs.patch
parentd6caffd0816759fbc151c73c51564602e3a3b4cb (diff)
downloadmeta-openembedded-contrib-b536fd9a36c05132cb98642b8a9b8b7327141a1d.tar.gz
Revert "screenshot: Move to nonworking because depends on emprint"
* use PNBLACKLIST instead This reverts commit 694119f6bffa44941ac73f35d932eef1a582549d. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/e17/screenshot/screenshot-fix-mkinstalldirs.patch')
-rw-r--r--meta-efl/recipes-efl/e17/screenshot/screenshot-fix-mkinstalldirs.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/screenshot/screenshot-fix-mkinstalldirs.patch b/meta-efl/recipes-efl/e17/screenshot/screenshot-fix-mkinstalldirs.patch
new file mode 100644
index 0000000000..14f1141f1b
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/screenshot/screenshot-fix-mkinstalldirs.patch
@@ -0,0 +1,23 @@
+From: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
+Subject: fix screenshot po/ building
+Upstream-Status: Pending
+
+Somehow configure doesn't substitute @MKINSTALLDIRS@ by default anymore,
+however this substitution is required for po/Makefile
+
+Fix that by calling AM_MKINSTALLDIRS from configure.ac
+
+Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
+
+Index: E-MODULES-EXTRA/screenshot/configure.ac
+===================================================================
+--- E-MODULES-EXTRA.orig/screenshot/configure.ac 2011-08-17 15:49:22.000000000 +0400
++++ E-MODULES-EXTRA/screenshot/configure.ac 2011-08-17 15:49:34.000000000 +0400
+@@ -24,6 +24,7 @@
+ define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
+ AC_PROG_LIBTOOL
+
++AM_MKINSTALLDIRS
+ m4_ifdef([AM_GNU_GETTEXT_VERSION], [
+ AM_GNU_GETTEXT_VERSION([0.14])
+ ])