mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Small armsoc package fixes
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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:
|
||||
@@ -1 +1,2 @@
|
||||
0001-Add-sun4i-drmmode-driver.patch
|
||||
0002-Fix-UMP_LOCK-status-logging.patch
|
||||
|
||||
Reference in New Issue
Block a user