mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
gnome-base/gnome-panel: fix elogind compilation
Thanks to leio for pointing out the typo. Closes: https://bugs.gentoo.org/942049 Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
parent
593948914d
commit
c50de20293
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@ -77,7 +77,7 @@ src_configure() {
|
||||
LAUNCHER_CFLAGS="$(${pkgconfig} --cflags ${launcher_modules})"
|
||||
LAUNCHER_LIBS="$(${pkgconfig} --libs ${launcher_modules})"
|
||||
MENU_CFLAGS="$(${pkgconfig} --cflags ${menu_modules})"
|
||||
MENU_LIBS="$(${pkgconfig} --libs ${modules_modules})"
|
||||
MENU_LIBS="$(${pkgconfig} --libs ${menu_modules})"
|
||||
)
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user