mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
gedit: fix build
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
d34a32cf3f
commit
6bb7f371dc
@@ -3,7 +3,7 @@ SECTION = "x11/gnome"
|
||||
LICENSE = "GPLv2+"
|
||||
PR = "r2"
|
||||
|
||||
DEPENDS = "gvfs enchant gconf gnome-doc-utils glib-2.0 gtk+ gtksourceview2 iso-codes intltool-native gnome-common-native"
|
||||
DEPENDS = "gvfs enchant gconf gnome-doc-utils glib-2.0 gtk+ gtksourceview2 iso-codes intltool-native gnome-common-native libice"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
@@ -20,5 +20,7 @@ GNOME_COMPRESS_TYPE="bz2"
|
||||
EXTRA_OECONF = "--disable-scrollkeeper \
|
||||
--enable-gvfs-metadata"
|
||||
|
||||
LDFLAGS += "-lgmodule-2.0 -lICE"
|
||||
|
||||
FILES_${PN} += "${libdir}/gedit-2/plugin* ${datadir}/gedit-2"
|
||||
FILES_${PN}-dbg += "${libdir}/gedit-2/plugin-loaders/.debug ${libdir}/gedit-2/plugins/.debug"
|
||||
|
||||
Reference in New Issue
Block a user