blob: 964da579c1567f0e671b0e545bba94d7baf8fda4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libunique/1.1/libunique-${PV}.tar.bz2"
PR = "r1"
DEPENDS = "glib-2.0 gtk+ dbus"
LICENSE = "LGPLv2.1"
#S = "${WORKDIR}/unique-${PV}"
inherit autotools
|