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

github.com/EionRobb/pidgin-opensteamworks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--steam-mobile/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/steam-mobile/Makefile b/steam-mobile/Makefile
index 853f107..5c4ed38 100644
--- a/steam-mobile/Makefile
+++ b/steam-mobile/Makefile
@@ -1,8 +1,9 @@
COMPILER = gcc
+PKG_CONFIG ?= pkg-config
-LIBPURPLE_CFLAGS += $(shell pkg-config --cflags glib-2.0 json-glib-1.0 purple nss gnome-keyring-1)
-LIBPURPLE_LIBS += $(shell pkg-config --libs glib-2.0 json-glib-1.0 purple nss)
+LIBPURPLE_CFLAGS += $(shell ${PKG_CONFIG} --cflags glib-2.0 json-glib-1.0 purple nss gnome-keyring-1)
+LIBPURPLE_LIBS += $(shell ${PKG_CONFIG} --libs glib-2.0 json-glib-1.0 purple nss)
STEAM_SOURCES = \
steam_connection.c \