diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-08 10:19:37 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-08 10:19:37 +0100 |
commit | d2f42a6c91426db5dc1af84a918fc2f4e5c6b07a (patch) | |
tree | ba9d2cf2cb0b0451b1482a30ebcdfbc80ac648d0 /x11/xbacklight/Makefile | |
parent | 6aa72a3a2ac3940c989abd80d404a5b051bdcc20 (diff) |
x11/xbacklight: update to 1.2.4
Diffstat (limited to 'x11/xbacklight/Makefile')
-rw-r--r-- | x11/xbacklight/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xbacklight/Makefile b/x11/xbacklight/Makefile index dbfe452..705f915 100644 --- a/x11/xbacklight/Makefile +++ b/x11/xbacklight/Makefile @@ -1,7 +1,6 @@ COMMENT = adjust backlight brightness in X using RandR extension - -DISTNAME = xbacklight-1.2.3 +DISTNAME = xbacklight-1.2.4 CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/app/xbacklight @@ -11,7 +10,7 @@ MAINTAINER = xenocara@openbsd.org # MIT PERMIT_PACKAGE = Yes -WANTLIB = xcb-randr xcb-util xcb Xdmcp Xau c +WANTLIB = xcb-randr xcb-util xcb c SITES = ${SITE_XORG:=app/} |