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

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

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

MESA_VER = "7.2"

export LDFLAGS += " -ldl "