aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xorg-lib/libxinerama_1.0.2.bb
blob: 4036f17fd813dba2ebe5eca694bf373df21eb7dc (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/x11 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
}