Xquartz: Removed Xplugin.h from EXTRA_DIST
(cherry picked from commit a746383eca77c9b9ea2cba0cf1c8fc39c0f7d536)
This commit is contained in:
parent
8f2eff643b
commit
7d61893b49
|
@ -15,6 +15,9 @@ endif
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -rf build
|
rm -rf build
|
||||||
|
|
||||||
|
resourcedir=$(libdir)/X11/xserver
|
||||||
|
resource_DATA = Xquartz.plist
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
org.x.X11.plist \
|
org.x.X11.plist \
|
||||||
Info.plist \
|
Info.plist \
|
||||||
|
|
|
@ -0,0 +1,27 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
|
||||||
|
<!-- This file contains system-wide defaults for the Apple X11 server -->
|
||||||
|
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>apps_menu</key>
|
||||||
|
<array>
|
||||||
|
<array>
|
||||||
|
<string>Terminal</string>
|
||||||
|
<string>xterm</string>
|
||||||
|
<string>n</string>
|
||||||
|
</array>
|
||||||
|
<array>
|
||||||
|
<string>xman</string>
|
||||||
|
<string>xman</string>
|
||||||
|
<string></string>
|
||||||
|
</array>
|
||||||
|
<array>
|
||||||
|
<string>xlogo</string>
|
||||||
|
<string>xlogo</string>
|
||||||
|
<string></string>
|
||||||
|
</array>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -4,8 +4,6 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>Label</key>
|
<key>Label</key>
|
||||||
<string>org.x.X11</string>
|
<string>org.x.X11</string>
|
||||||
<key>Program</key>
|
|
||||||
<string>@APPLE_APPLICATIONS_DIR@/X11.app/Contents/MacOS/X11</string>
|
|
||||||
<key>ProgramArguments</key>
|
<key>ProgramArguments</key>
|
||||||
<array>
|
<array>
|
||||||
<string>@APPLE_APPLICATIONS_DIR@/X11.app/Contents/MacOS/X11</string>
|
<string>@APPLE_APPLICATIONS_DIR@/X11.app/Contents/MacOS/X11</string>
|
||||||
|
|
|
@ -67,5 +67,4 @@ EXTRA_DIST = \
|
||||||
x-hash.h \
|
x-hash.h \
|
||||||
x-hook.h \
|
x-hook.h \
|
||||||
x-list.h \
|
x-list.h \
|
||||||
Xplugin.h \
|
|
||||||
xpr.h
|
xpr.h
|
||||||
|
|
Loading…
Reference in New Issue