mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
x11-toolkits/wlroots-devel: respect LOCALBASE for icon_directory
/usr/local/wlroots-devel/share/icons is always empty.
This commit is contained in:
parent
c2c04d73f4
commit
2a04a8532f
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= wlroots
|
PORTNAME= wlroots
|
||||||
DISTVERSION= 0.15.0-291
|
DISTVERSION= 0.15.0-291
|
||||||
DISTVERSIONSUFFIX= -g${GL_COMMIT:C/(.{12}).*/\1/}
|
DISTVERSIONSUFFIX= -g${GL_COMMIT:C/(.{12}).*/\1/}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11-toolkits
|
CATEGORIES= x11-toolkits
|
||||||
PKGNAMESUFFIX= -devel
|
PKGNAMESUFFIX= -devel
|
||||||
|
|
||||||
|
@ -35,6 +36,7 @@ MESON_ARGS= -Dexamples=false -Dbackends=${BACKENDS:ts,} -Drenderers=${RENDERERS:
|
||||||
.ifdef PKGNAMESUFFIX
|
.ifdef PKGNAMESUFFIX
|
||||||
PORTSCOUT= ignore:1
|
PORTSCOUT= ignore:1
|
||||||
PREFIX= ${LOCALBASE}/${PKGBASE} # avoid conflict with the default
|
PREFIX= ${LOCALBASE}/${PKGBASE} # avoid conflict with the default
|
||||||
|
MESON_ARGS+= -Ddatadir="${LOCALBASE}/share"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
OPTIONS_DEFINE= DRM OPENGL VULKAN X11
|
OPTIONS_DEFINE= DRM OPENGL VULKAN X11
|
||||||
|
|
Loading…
Add table
Reference in a new issue