mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
xserver-kdrive: fix build after tslib version fix
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2153 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -123,3 +123,7 @@ EXTRA_OECONF = "--enable-composite --enable-kdrive \
|
|||||||
--with-default-font-path=built-ins \
|
--with-default-font-path=built-ins \
|
||||||
--enable-tslib --enable-xcalibrate \
|
--enable-tslib --enable-xcalibrate \
|
||||||
ac_cv_file__usr_share_X11_sgml_defs_ent=no"
|
ac_cv_file__usr_share_X11_sgml_defs_ent=no"
|
||||||
|
|
||||||
|
do_configure_prepend() {
|
||||||
|
sed -i -e 's/tslib-0.0/tslib-1.0/' ${S}/configure.ac
|
||||||
|
}
|
||||||
|
|||||||
@@ -45,3 +45,7 @@ EXTRA_OECONF = "--enable-composite --enable-kdrive --enable-builtin-fonts \
|
|||||||
--with-default-font-path=built-ins \
|
--with-default-font-path=built-ins \
|
||||||
ac_cv_file__usr_share_X11_sgml_defs_ent=no \
|
ac_cv_file__usr_share_X11_sgml_defs_ent=no \
|
||||||
--enable-xomap"
|
--enable-xomap"
|
||||||
|
|
||||||
|
do_configure_prepend() {
|
||||||
|
sed -i -e 's/tslib-0.0/tslib-1.0/' ${S}/configure.ac
|
||||||
|
}
|
||||||
|
|||||||
@@ -54,3 +54,7 @@ EXTRA_OECONF = "--enable-composite --enable-kdrive \
|
|||||||
--disable-xevie --disable-xprint --disable-xtrap \
|
--disable-xevie --disable-xprint --disable-xtrap \
|
||||||
--with-default-font-path=built-ins \
|
--with-default-font-path=built-ins \
|
||||||
ac_cv_file__usr_share_X11_sgml_defs_ent=no"
|
ac_cv_file__usr_share_X11_sgml_defs_ent=no"
|
||||||
|
|
||||||
|
do_configure_prepend() {
|
||||||
|
sed -i -e 's/tslib-0.0/tslib-1.0/' ${S}/configure.ac
|
||||||
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ require xserver-kdrive-common.inc
|
|||||||
DEPENDS += "libxkbfile libxcalibrate"
|
DEPENDS += "libxkbfile libxcalibrate"
|
||||||
|
|
||||||
PE = "1"
|
PE = "1"
|
||||||
PR = "r14"
|
PR = "r15"
|
||||||
|
|
||||||
SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
|
SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
|
||||||
${KDRIVE_COMMON_PATCHES} \
|
${KDRIVE_COMMON_PATCHES} \
|
||||||
|
|||||||
Reference in New Issue
Block a user