blob: 8df7d48cb69cb8bef3faf6e9f2761a215706e461 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#needs maemo gtk stubs:
# gtk_style_lookup_logical_color gtk/gtkstyle.[ch]
# see http://maemo.org/maemowiki/MaemoGtk210Changes
LICENSE = "LGPL"
DEPENDS = "gtk+ virtual/libx11"
SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}-1.tar.gz"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|