projects
/
browser-dbus-bridge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87aeb6b
)
[xpcom] If GECKO_SDK_PATH is set, don't do the pkgconfig checks
author
Kalle Vahlman
<kalle.vahlman@movial.com>
Thu, 19 Nov 2009 15:43:51 +0000
(17:43 +0200)
committer
Kalle Vahlman
<kalle.vahlman@movial.com>
Thu, 19 Nov 2009 15:43:51 +0000
(17:43 +0200)
xpcom-dbusservice/build.mk
patch
|
blob
|
history
diff --git
a/xpcom-dbusservice/build.mk
b/xpcom-dbusservice/build.mk
index
c1bf57f
..
c125a53
100644
(file)
--- a/
xpcom-dbusservice/build.mk
+++ b/
xpcom-dbusservice/build.mk
@@
-1,7
+1,12
@@
NAME = dbusservice
SOURCES = $(wildcard xpcom-dbusservice/*.cpp)
+# Only check for libxul and nspr if GECKO_SDK_PATH is not set
+ifeq ($(GECKO_SDK_PATH),)
PKGS = dbus-glib-1 libxul nspr
+else
+PKGS = dbus-glib-1
+endif
# These are wild guesses, but should be close
GECKO_PREFIX = $(shell pkg-config --variable=prefix mozilla-plugin)