blob: eb319b2e2169711075ed9b1cf7f274558d04b1fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "A library for loose coupling of C++ method calls"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "virtual/libc"
RDEPENDS = "libc6"
SRC_URI = ${SOURCEFORGE_MIRROR}/libsigc/libsigc++-${PV}.tar.gz
inherit autotools libtool
acpaths = "-I ${S}/scripts"
|