diff options
Diffstat (limited to 'recipes/xorg-lib/libx11_1.1.1.bb')
-rw-r--r-- | recipes/xorg-lib/libx11_1.1.1.bb | 27 |
1 files changed, 4 insertions, 23 deletions
diff --git a/recipes/xorg-lib/libx11_1.1.1.bb b/recipes/xorg-lib/libx11_1.1.1.bb index 0ecf6cd214..37c819f5a7 100644 --- a/recipes/xorg-lib/libx11_1.1.1.bb +++ b/recipes/xorg-lib/libx11_1.1.1.bb @@ -1,29 +1,10 @@ -require xorg-lib-common.inc -PE = "1" -PR = "r5" +require libx11.inc +PR = "r7" -DESCRIPTION = "Base X libs." -DEPENDS += " bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ - libxdmcp xf86bigfontproto kbproto inputproto" -PROVIDES = "virtual/libx11" - -XORG_PN = "libX11" - -EXTRA_OECONF += "--without-xcb" +DEPENDS = "${COMMON_DEPENDS}" +EXTRA_OECONF += " --without-xcb" SRC_URI += " file://ruutf8.patch" -do_compile() { - ( - unset CC LD CXX CCLD CFLAGS CPPFLAGS LDFLAGS CXXFLAGS - cd src/util; touch makekeys-makekeys.o ; ${BUILD_CC} ${BUILD_CFLAGS} makekeys.c -o makekeys - cd ../../ - ) || exit 1 - oe_runmake -} - -FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${libdir}/X11/Xcms.txt" -FILES_${PN}-locale += "${datadir}/X11/locale ${libdir}/X11/locale" - SRC_URI[archive.md5sum] = "848b80f77b20ae1fa5c882bbfa531ebc" SRC_URI[archive.sha256sum] = "5359db57793430429786b648ac570d4ab205797306e049bf1e8675250af21541" |