mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
task-x11: define better default XSERVER/XSERVER_COMMON values and make whole recipe MACHINE_ARCH
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@ SECTION = "x11/server"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
PV = "1.0"
|
||||
PR = "r7"
|
||||
PR = "r8"
|
||||
|
||||
# WORK IN PROGRESS
|
||||
|
||||
@@ -21,12 +21,10 @@ RRECOMMENDS_${PN} = "\
|
||||
|
||||
# Some machines don't set a *runtime* provider for X, so default to Xfbdev here
|
||||
# virtual/xserver won't work, since the kdrive recipes will build multiple xserver packages
|
||||
XSERVER ?= "xserver-kdrive-fbdev"
|
||||
XSERVER_COMMON ?= "xserver-kdrive-common"
|
||||
XSERVER_COMMON_shr = "xserver-common"
|
||||
XSERVER ?= "xserver-xorg"
|
||||
XSERVER_COMMON ?= "xserver-common"
|
||||
|
||||
# This is also the reason why we have to make this package machine specific :/
|
||||
PACKAGE_ARCH_${PN}-server = "${MACHINE_ARCH}"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
RDEPENDS_${PN}-server = "\
|
||||
${XSERVER} \
|
||||
|
||||
Reference in New Issue
Block a user