diff options
-rw-r--r-- | recipes/gnome/gnome-screensaver_2.28.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/gnome/gnome-screensaver_2.28.0.bb b/recipes/gnome/gnome-screensaver_2.28.0.bb index c5b6635179..06a4ffe48e 100644 --- a/recipes/gnome/gnome-screensaver_2.28.0.bb +++ b/recipes/gnome/gnome-screensaver_2.28.0.bb @@ -2,8 +2,11 @@ DESCRIPTION = "GNOME utilities" SECTION = "x11/gnome" LICENSE = "GPL" DEPENDS = "gnome-common glib-2.0 gtk+ gconf" + inherit gnome pkgconfig +PR = "r1" + EXTRA_OECONF = " \ --with-shadow=${STAGING_INCDIR}/.. \ " @@ -17,6 +20,8 @@ do_stage () { autotools_stage_all } +FILES_${PN} += "${datadir}/*background* ${datadir}/desktop-directories" + FILES_${PN}-dbg += "${libexecdir}/gnome-screensaver/.debug " |