mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-drivers/nvidia-drivers: fix static-libs build without gtk+:3
Closes: https://bugs.gentoo.org/880879 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -300,7 +300,9 @@ src_compile() {
|
||||
RAW_LDFLAGS="$(get_abi_LDFLAGS) $(raw-ldflags)" \
|
||||
emake "${NV_ARGS[@]}" -C nvidia-settings
|
||||
elif use static-libs; then
|
||||
emake "${NV_ARGS[@]}" -C nvidia-settings/src out/libXNVCtrl.a
|
||||
# pretend GTK+3 is available, not actually used (bug #880879)
|
||||
emake "${NV_ARGS[@]}" BUILD_GTK3LIB=1 \
|
||||
-C nvidia-settings/src out/libXNVCtrl.a
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user