x11/gnome-shell: Add library to NO_SHLIB_REQUIRES_GLOB
Add libmutter-mtk-* to NO_SHLIB_REQUIRES_GLOB to avoid a pkg install failure. PR: 287560
This commit is contained in:
parent
995c24664f
commit
76b8766546
@ -1,5 +1,6 @@
|
||||
PORTNAME= gnome-shell
|
||||
PORTVERSION= 47.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome
|
||||
@ -46,7 +47,7 @@ USE_LDCONFIG= yes
|
||||
SHEBANG_FILES= src/gnome-shell-test-tool.in \
|
||||
src/data-to-c.py
|
||||
# These libs are found via rpath mechanism
|
||||
NO_SHLIB_REQUIRES_GLOB= libmutter-clutter-* libmutter-cogl-*
|
||||
NO_SHLIB_REQUIRES_GLOB= libmutter-clutter-* libmutter-cogl-* libmutter-mtk-*
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
OPTIONS_DEFAULT= EXAMPLES
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user