aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/libgnomekbd_2.24.0.bb
blob: 9d13feb44f4b012e9d3e5fcecb648a0cf28ae762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "GNOME keyboard library"
LICENSE = "LGPL"

DEPENDS = "gconf libgnome libxklavier"

inherit gnome

do_configure_append() {
        find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
        find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
}

do_stage() {
    autotools_stage_all
}





SRC_URI[archive.md5sum] = "43e4d090bc67a1984bebf551637783fd"
SRC_URI[archive.sha256sum] = "60f093b4fcbdfa12212d6e29dc2f7802a3234d8035f45efed4b426c0bb293c5a"