Small armsoc package fixes

This commit is contained in:
zador-blood-stained 2017-09-10 18:07:06 +03:00
parent 6fec2a2964
commit b7e8519e11
4 changed files with 15 additions and 2 deletions

View file

@ -3,7 +3,7 @@ local package_name="xf86-video-armsoc"
local package_repo="https://anongit.freedesktop.org/git/xorg/driver/xf86-video-armsoc.git"
local package_ref="tag:1.4.1"
local package_upstream_version="1.4.1"
local package_builddeps="quilt dh-autoreconf libdrm-dev libudev-dev libxext-dev pkg-config x11proto-core-dev x11proto-fonts-dev x11proto-gl-dev x11proto-xf86dri-dev xutils-dev xserver-xorg-dev"
local package_builddeps="dh-autoreconf libdrm-dev libudev-dev libxext-dev pkg-config x11proto-core-dev x11proto-fonts-dev x11proto-gl-dev x11proto-xf86dri-dev xutils-dev xserver-xorg-dev"
local package_install_target="xserver-xorg-video-armsoc-sun4i"
local package_component="${release}-desktop"

View file

@ -4,7 +4,6 @@ Priority: optional
XSBC-Original-Maintainer: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Maintainer: Ubuntu Developers <ubuntu-devel@lists.ubuntu.com>
Build-Depends: debhelper (>= 8),
quilt,
dh-autoreconf,
libdrm-dev,
libudev-dev,

View file

@ -0,0 +1,13 @@
diff --git a/src/armsoc_driver.c b/src/armsoc_driver.c
index 83e74a7..5c988ec 100644
--- a/src/armsoc_driver.c
+++ b/src/armsoc_driver.c
@@ -892,7 +892,7 @@ ARMSOCPreInit(ScrnInfoPtr pScrn, int flags)
pARMSOC->useUmplock = xf86ReturnOptValBool(pARMSOC->pOptionInfo,
OPTION_UMP_LOCK, FALSE);
INFO_MSG("umplock is %s",
- pARMSOC->useUmplock ? "Disabled" : "Enabled");
+ pARMSOC->useUmplock ? "Enabled" : "Disabled");
/*
* Select the video modes:

View file

@ -1 +1,2 @@
0001-Add-sun4i-drmmode-driver.patch
0002-Fix-UMP_LOCK-status-logging.patch