blob: 0b3f2e1b0672c8b398d3b010857dd568cae3ba02 (
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
28
29
30
|
LICENSE = "LGPL"
DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
SECTION = "gpe/libs"
PRIORITY = "optional"
DEPENDS = "gtk+ cairo libxrender gtk-doc intltool-native"
MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
PR = "r1"
PACKAGES =+ "libgpewidget-bin"
PARALLEL_MAKE = ""
SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2 \
file://pkgconfig.patch;patch=1;pnum=0"
inherit pkgconfig autotools
FILES_libgpewidget-bin = "${bindir}"
EXTRA_OECONF = "--enable-cairo"
LDFLAGS += " -L${STAGING_LIBDIR}"
do_stage () {
autotools_stage_all
}
do_configure () {
autotools_do_configure
}
|