diff options
author | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2016-05-03 23:21:38 -0700 |
---|---|---|
committer | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2016-05-03 23:29:48 -0700 |
commit | c1614928c10a8f8400f99acfd1b7f96d503af7ec (patch) | |
tree | 923f92e9659327c4a8d4e45d7bd183cf1e4d0e1c /hw | |
parent | 299b01eabf827a7435b5d6004d50637ac710bbc7 (diff) |
XQuartz: Add --with-sparkle-feed-url configure option
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xquartz/bundle/Info.plist.cpp | 2 | ||||
-rw-r--r-- | hw/xquartz/bundle/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/xquartz/bundle/Info.plist.cpp b/hw/xquartz/bundle/Info.plist.cpp index d98eaa644..8d543a183 100644 --- a/hw/xquartz/bundle/Info.plist.cpp +++ b/hw/xquartz/bundle/Info.plist.cpp @@ -34,7 +34,7 @@ <key>SUPublicDSAKeyFile</key> <string>sparkle.pem</string> <key>SUFeedURL</key> - <string>https://www.xquartz.org/releases/sparkle/release.xml</string> + <string>XQUARTZ_SPARKLE_FEED_URL</string> #endif <key>LSApplicationCategoryType</key> <string>public.app-category.utilities</string> diff --git a/hw/xquartz/bundle/Makefile.am b/hw/xquartz/bundle/Makefile.am index 074075209..ac293db50 100644 --- a/hw/xquartz/bundle/Makefile.am +++ b/hw/xquartz/bundle/Makefile.am @@ -5,7 +5,7 @@ CPP_FILES_FLAGS = \ -DAPPLE_APPLICATION_NAME="$(APPLE_APPLICATION_NAME)" if XQUARTZ_SPARKLE -CPP_FILES_FLAGS += -DXQUARTZ_SPARKLE +CPP_FILES_FLAGS += -DXQUARTZ_SPARKLE -DXQUARTZ_SPARKLE_FEED_URL="$(XQUARTZ_SPARKLE_FEED_URL)" endif install-data-hook: |