mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
meta-gnome: remove redundant gnome-common dependencies
These recipes don't actually use gnome-common macros, so don't depend on it. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
533826b765
commit
6afb85d292
@@ -7,7 +7,7 @@ LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
|
||||
file://pinpoint.c;beginline=6;endline=17;md5=201d438283607da393fae6aca085454c"
|
||||
|
||||
DEPENDS = "gnome-common glib-2.0 gdk-pixbuf cogl-1.0 clutter-1.0 clutter-gst-3.0 librsvg"
|
||||
DEPENDS = "glib-2.0 gdk-pixbuf cogl-1.0 clutter-1.0 clutter-gst-3.0 librsvg"
|
||||
|
||||
inherit autotools gettext pkgconfig
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6a6e689d19255cf0557f3fe7d7068212 \
|
||||
file://libedataserver/e-data-server-util.h;endline=20;md5=934502f03c84523aa059d4825887b380 \
|
||||
file://calendar/libecal/e-cal.h;endline=24;md5=5d496b9b6fd2a4fdbbfc31ef9455c9d0"
|
||||
|
||||
DEPENDS = "intltool-native glib-2.0 gtk+3 gconf dbus db gnome-common virtual/libiconv zlib libsoup-2.4 libglade libical libgnome-keyring gperf-native libgdata nss"
|
||||
DEPENDS = "intltool-native glib-2.0 gtk+3 gconf dbus db virtual/libiconv zlib libsoup-2.4 libglade libical libgnome-keyring gperf-native libgdata nss"
|
||||
|
||||
SRCREV = "a9e4e74ec4473a4fd09e56b690bd4fa72f686687"
|
||||
|
||||
@@ -114,4 +114,3 @@ FILES_libedataserverui = "${libdir}/libedataserverui-*.so.* ${datadir}/evolution
|
||||
FILES_libedataserverui-dev = "${libdir}/libedataserverui-*.so \
|
||||
${libdir}/pkgconfig/libedataserverui-*.pc \
|
||||
${includedir}/evolution-data-server-*/libedataserverui/*.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user