Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2008-04-28 10:17:25 +0400
committerEion Robb <eion@robbmob.com>2008-04-28 10:17:25 +0400
commitec776d1d3197516a42db7f2a4d11ff848dda36d7 (patch)
tree73cdd2193e6233f066b752845c57d33dc354a901 /Makefile
parent7b743f8c64aa2fa64cac93f028c3b3cc9a13febe (diff)
Add in USE_XVFB_SERVER compile flag by default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d43c1b..1d72375 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ LINUX32_COMPILER = i686-pc-linux-gnu-gcc
LINUX64_COMPILER = x86_64-linux-gnu-gcc
WIN32_COMPILER = /usr/bin/i586-mingw32-gcc
-LIBPURPLE_CFLAGS = -I/usr/include/libpurple -DPURPLE_PLUGINS -DENABLE_NLS
+LIBPURPLE_CFLAGS = -I/usr/include/libpurple -DPURPLE_PLUGINS -DENABLE_NLS -DUSE_XVFB_SERVER
GLIB_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include
DBUS_CFLAGS = -DSKYPE_DBUS -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
WIN32_DEV_DIR = /root/pidgin/win32-dev