aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-screensaver_2.28.0.bb
blob: 06a4ffe48e521bbd9411410c1c7c266b044b1d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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}/.. \
               "

do_configure_prepend () {
	cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}
	sed -i -e 's:$CPPFLAGS -I$includedir:$CPPFLAGS:g' configure.ac
}

do_stage () {
	autotools_stage_all
}

FILES_${PN} += "${datadir}/*background* ${datadir}/desktop-directories"

FILES_${PN}-dbg += "${libexecdir}/gnome-screensaver/.debug "