Browse Source

x11-wm/mutter: Undo USE_LDCONFIG tweak

Revert "x11-wm/mutter: Tweak USE_LDCONFIG"

This reverts commit 4765ce804c.

This is no longer needed after the gnome-shell NO_SHLIB_REQUIRES_GLOB
change.

Reported by:	arrowd, tagattie
overlay
Don Lewis 1 week ago
parent
commit
565b81dba8
  1. 4
      x11-wm/mutter/Makefile

4
x11-wm/mutter/Makefile

@ -1,6 +1,6 @@
PORTNAME= mutter
PORTVERSION= 47.8.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= x11-wm
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
@ -48,7 +48,7 @@ USE_GL= egl gbm
USE_GNOME= atk cairo gdkpixbuf gnomedesktop4 gtk40 introspection:build
USE_XORG= ice pixman sm x11 xcb xcomposite xcursor xdamage xext \
xfixes xi xinerama xrandr xrender xtst
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/mutter-15
USE_LDCONFIG= yes
CFLAGS+= -Wno-unknown-warning-option -Wno-format-nonliteral
CPPFLAGS+= -fno-omit-frame-pointer
MESON_ARGS= -Dlibdisplay_info=enabled \

Loading…
Cancel
Save