mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 03:33:02 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@607 311d38ba-8fff-0310-9ca6-ca027cbcb966
15 lines
285 B
BlitzBasic
15 lines
285 B
BlitzBasic
PV = "0.0+cvs${SRCDATE}"
|
|
LICENSE= "BSD-X"
|
|
SECTION = "x11/libs"
|
|
DEPENDS = "virtual/libx11 fixesext"
|
|
DESCRIPTION = "X Fixes extension library."
|
|
|
|
SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xfixes"
|
|
S = "${WORKDIR}/Xfixes"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|