mozilla-pkgconfig.patch
changeset 189 1b299e08ac05
parent 164 995e803e8198
child 259 31beb466ca79
equal deleted inserted replaced
187:569c12e2aff9 189:1b299e08ac05
    12  INSTALL_SDK = 1
    12  INSTALL_SDK = 1
    13  
    13  
    14  include $(topsrcdir)/toolkit/mozapps/installer/packager.mk
    14  include $(topsrcdir)/toolkit/mozapps/installer/packager.mk
    15  
    15  
    16 +# the apilibdir always ends with 1.9 as every patch update will provide a link
    16 +# the apilibdir always ends with 1.9 as every patch update will provide a link
    17 +apilibdir = $(dir $(installdir))xulrunner-1.9.2
    17 +apilibdir = $(dir $(installdir))xulrunner-2.0
    18 +
    18 +
    19  $(MOZILLA_VERSION).system.conf: $(topsrcdir)/config/milestone.txt Makefile
    19  $(MOZILLA_VERSION).system.conf: $(topsrcdir)/config/milestone.txt Makefile
    20  	printf "[%s]\nGRE_PATH=%s\nxulrunner=true\nabi=%s" \
    20  	printf "[%s]\nGRE_PATH=%s\nxulrunner=true\nabi=%s" \
    21  	  $(MOZILLA_VERSION) $(installdir) $(TARGET_XPCOM_ABI)> $@
    21  	  $(MOZILLA_VERSION) $(installdir) $(TARGET_XPCOM_ABI)> $@
    22  
    22