blob: 429c2fc4d0b0c14f3d9fa153e3f109f08a2c37c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
LICENSE = "MIT"
DESCRIPTION = "Xinerama library"
SECTION = "x11/libs"
PRIORITY = "optional"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DEPENDS = "panoramixext xproto virtual/libx11 libxext"
PROVIDES = "xinerama"
PR = "r1"
SRC_URI = "${XLIBS_MIRROR}/libXinerama-${PV}.tar.bz2"
S = "${WORKDIR}/libXinerama-${PV}"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|