summaryrefslogtreecommitdiff
path: root/repo/ddcutil
diff options
context:
space:
mode:
Diffstat (limited to 'repo/ddcutil')
-rw-r--r--repo/ddcutil/ddcutil.xibuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/repo/ddcutil/ddcutil.xibuild b/repo/ddcutil/ddcutil.xibuild
index 03a55d9..f0440b9 100644
--- a/repo/ddcutil/ddcutil.xibuild
+++ b/repo/ddcutil/ddcutil.xibuild
@@ -3,13 +3,12 @@
NAME="ddcutil"
DESC="Query and change Linux monitor settings using DDC/CI and USB"
-MAKEDEPS=" linux-headers autoconf automake libtool eudev libusb i2c-tools libxrandr glib kmod"
+MAKEDEPS="linux-headers autoconf automake libtool eudev libusb i2c-tools libxrandr glib kmod"
PKG_VER=1.3.0
SOURCE="https://github.com/rockowitz/ddcutil/archive/v$PKG_VER.tar.gz"
prepare() {
- apply_patches
NOCONFIGURE=1 ./autogen.sh
}