summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2011-05-12 20:08:09 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2011-05-12 20:08:09 -0700
commite6187b0d47722ec364372926d78dfe4e5637bd6c (patch)
tree209166e9df241f4beb0cf9f14c2749ae1c2a8f9c
parenta8de1219942e78db2cd193ffe745535d3c2d84b0 (diff)
downloadxorg-app-xinit-e6187b0d47722ec364372926d78dfe4e5637bd6c.tar.gz
launchd Set the correct id for privileged_startx
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-rw-r--r--launchd/privileged_startx/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/launchd/privileged_startx/Makefile.am b/launchd/privileged_startx/Makefile.am
index ae29cc3..c7cf0e8 100644
--- a/launchd/privileged_startx/Makefile.am
+++ b/launchd/privileged_startx/Makefile.am
@@ -34,7 +34,7 @@ xinitrc_PROGRAMS = privileged_startx
privstartx_SCRIPTS = 10-tmpdirs 20-font_cache
AM_CPPFLAGS = -DXINITDIR=\"$(xinitrcdir)\" -DSCRIPTDIR=\"$(privstartxdir)\" -DBINDIR=\"$(bindir)\"
-CPP_FILES_FLAGS = -DXINITDIR="$(xinitrcdir)" -DSCRIPTDIR="$(privstartxdir)" -DBINDIR="$(bindir)"
+CPP_FILES_FLAGS = -DXINITDIR="$(xinitrcdir)" -DSCRIPTDIR="$(privstartxdir)" -DBINDIR="$(bindir)" -DBUNDLE_ID_PREFIX="$(bundleidprefix)"
if TIGER_LAUNCHD
CPP_FILES_FLAGS += -DTIGER_LAUNCHD