tsmd: install also a little helper script to control the touchscreen daemon
[openembedded.git] / recipes / gnome / gnome-desktop.inc
blobb96e34b76ae9bb2eb45df2f787107c74b5f44ac8
1 DESCRIPTION = "GNOME library for reading .desktop files"
2 SECTION = "x11/gnome"
3 LICENSE = "GPL"
4 DEPENDS = "gnome-common libgnomeui"
6 PR = "r1"
8 EXTRA_OECONF = "--disable-scrollkeeper"
10 do_configure_prepend () {
11         cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}
14 do_install_append() {
15         sed  -i 's:#!.*/usr/bin/python:#!/usr/bin/python:' ${D}${bindir}/gnome-about
18 FILES_${PN} += "${datadir}/gnome-about ${datadir}/libgnome-desktop"