aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-common.inc
blob: 826052fcb3018c5ebeb8190987facb0a45215bb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LICENSE = "GPL"
SECTION = "x11/gnome"
DESCRIPTION = "Common macros for building GNOME applications"

inherit gnomebase

# The omf.make file failed if scrollkeeper doesn't happen to be
# installed

SRC_URI += "file://omf.patch"

EXTRA_AUTORECONF = ""
DEPENDS = ""

FILES_${PN} += "${datadir}/aclocal"
FILES_${PN}-dev = ""

BBCLASSEXTEND = "native"