GUI_LIBS -> GTK_LIBS

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3423 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-12-10 00:54:50 +00:00
parent 59cf95eb5c
commit 272b032148
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -2512,7 +2512,7 @@ EOF
echores "$_glib (with $_glibconfig)" echores "$_glib (with $_glibconfig)"
_def_gui='#define HAVE_NEW_GUI 1' _def_gui='#define HAVE_NEW_GUI 1'
_ld_gui='-LGui -lgui $(GTKLIB) $(GLIBLIB)' _ld_gui='$(GTKLIB) $(GLIBLIB)'
echo echo
echo "Creating Gui/config.mak" echo "Creating Gui/config.mak"
@ -2675,7 +2675,7 @@ BINUTILS = $_binutils
# --- GUI stuff --- # --- GUI stuff ---
GTKLIB = $_ld_static $_ld_gtk GTKLIB = $_ld_static $_ld_gtk
GLIBLIB = $_ld_static $_ld_glib GLIBLIB = $_ld_static $_ld_glib
GUI_LIBS = $_ld_static $_ld_gui GTK_LIBS = $_ld_static $_ld_gui
GUI = $_gui GUI = $_gui
DEBUG = -DDEBUG DEBUG = -DDEBUG