mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 03:03:02 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@607 311d38ba-8fff-0310-9ca6-ca027cbcb966
19 lines
356 B
BlitzBasic
19 lines
356 B
BlitzBasic
|
|
LICENSE = "MIT"
|
|
PV = "0.0+cvs${SRCDATE}"
|
|
|
|
SECTION = "libs"
|
|
DEPENDS = "virtual/libx11 libxext"
|
|
DESCRIPTION = "X print extension library."
|
|
|
|
SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xp"
|
|
S = "${WORKDIR}/Xp"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
CFLAGS_append += " -I ${S}/include/X11/XprintUtil -I ${S}/include/X11/extensions"
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|