aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xorg-xserver/xserver-xorg_1.5.1.bb
blob: b936aec95ef28e2f47efffbc72c844dfc481b6d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require xorg-xserver-common.inc

DESCRIPTION = "the X.Org X server"
DEPENDS += "pixman libpciaccess openssl"
PE = "1"
PR = "r0"

SRC_URI += "file://drmfix.patch;patch=1 \
            file://sysroot_fix.patch;patch=1"

MESA_VER = "7.2"

EXTRA_OECONF += " ac_cv_file__usr_share_sgml_X11_defs_ent=no "

export LDFLAGS += " -ldl "