mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 07:16:56 +00:00
GUI_LIBS -> GTK_LIBS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3423 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
59cf95eb5c
commit
272b032148
4
configure
vendored
4
configure
vendored
@ -2512,7 +2512,7 @@ EOF
|
||||
echores "$_glib (with $_glibconfig)"
|
||||
|
||||
_def_gui='#define HAVE_NEW_GUI 1'
|
||||
_ld_gui='-LGui -lgui $(GTKLIB) $(GLIBLIB)'
|
||||
_ld_gui='$(GTKLIB) $(GLIBLIB)'
|
||||
|
||||
echo
|
||||
echo "Creating Gui/config.mak"
|
||||
@ -2675,7 +2675,7 @@ BINUTILS = $_binutils
|
||||
# --- GUI stuff ---
|
||||
GTKLIB = $_ld_static $_ld_gtk
|
||||
GLIBLIB = $_ld_static $_ld_glib
|
||||
GUI_LIBS = $_ld_static $_ld_gui
|
||||
GTK_LIBS = $_ld_static $_ld_gui
|
||||
GUI = $_gui
|
||||
DEBUG = -DDEBUG
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user