[vlc-devel] commit: Add gtk2 cflags/libs to gtk2_main ( Rafaël Carré )

git version control git at videolan.org
Fri May 23 15:50:08 CEST 2008


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri May 23 15:51:08 2008 +0200| [c3c3d074a690ed93cbd8964de2ee881dbdad7fc7]

Add gtk2 cflags/libs to gtk2_main

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c3c3d074a690ed93cbd8964de2ee881dbdad7fc7
---

 configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index a8f6bef..5d55244 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5199,6 +5199,8 @@ then
   VLC_ADD_PLUGIN([pda])
   if test "${SYS}" != "mingw32"; then
     NEED_GTK2_MAIN=yes
+    VLC_ADD_CFLAGS([gtk2_main],[$GTK2_CFLAGS])
+    VLC_ADD_LIBS([gtk2_main],[$GTK2_LIBS])
   fi
 fi
 AM_CONDITIONAL(BUILD_PDA, [test "${enable_pda}" = "yes"])




More information about the vlc-devel mailing list