mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
mousepad: add intltool-native and xfce4-dev-tools-native dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
3a8b6eb37f
commit
2d454103bb
|
|
@ -2,7 +2,11 @@ SUMMARY = "A simple text editor for Xfce"
|
|||
SECTION = "x11/application"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
DEPENDS = "gtk+ dbus-glib gtksourceview2"
|
||||
|
||||
# intltool to provide intltool.m4 with AC_PROG_INTLTOOL
|
||||
# xfce4-dev-tools-native for XDT_I18N macro and more importantly XDT_CHECK_OPTIONAL_PACKAGE
|
||||
# which fixes mousepad/Makefile.am:72: error: HAVE_DBUS does not appear in AM_CONDITIONAL
|
||||
DEPENDS = "gtk+ dbus dbus-glib gtksourceview2 intltool-native xfce4-dev-tools-native"
|
||||
|
||||
inherit xfce-app
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user