X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=blobdiff_plain;f=Makefile;h=7238b7b3739ca5aa4ec7fdf4cd8f2d499713bf65;hp=72ce8390958b463dc5a16a04b2a6e5faa9494ec5;hb=cd758c798d0c48f8161e5102faf8d862ba76aa2d;hpb=b4878dceb480836e59032998bf1214f4f015d5ae diff --git a/Makefile b/Makefile index 72ce839..7238b7b 100644 --- a/Makefile +++ b/Makefile @@ -8,11 +8,12 @@ mandir := $(sharedir)/man ifeq ($(shell pkg-config --atleast-version 1.9 mozilla-gtkmozembed-embedding && echo yes),yes) moz_name := xulrunner-1.9 moz_pc := mozilla-gtkmozembed-embedding - moz_cppflags_extra := $(shell pkg-config --cflags xulrunner-nspr) + moz_cppflags_extra := $(shell pkg-config --cflags xulrunner-nspr) -DXPCOM_GLUE_USE_NSPR moz_unstable_cppflags_extra := + moz_ldflags_extra := $(shell pkg-config --libs xulrunner-nspr) # libxpcomglue needs libdl, but mozilla-gtkmozembed-embedding.pc # doesn't mention it. - moz_ldflags_extra := -ldl + moz_ldflags_extra += -ldl else ifeq ($(shell pkg-config --exists xulrunner-gtkmozembed && echo yes),yes) moz_name := xulrunner