summaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-back
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-02-25 12:23:18 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-02-25 12:23:18 +0000
commit237577c1f7b1fcf24f2f8ceec38537a768796433 (patch)
tree83f875bf552f6dc319ef879c93de27e9467014ce /x11-toolkits/gnustep-back
parentcompletly disable FAM support when FAM was disabled via the options dialog (diff)
- add instructions for mutiple backends
Notes
Notes: svn path=/head/; revision=185872
Diffstat (limited to 'x11-toolkits/gnustep-back')
-rw-r--r--x11-toolkits/gnustep-back/pkg-message10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-back/pkg-message b/x11-toolkits/gnustep-back/pkg-message
new file mode 100644
index 000000000000..98be0d97b750
--- /dev/null
+++ b/x11-toolkits/gnustep-back/pkg-message
@@ -0,0 +1,10 @@
+To switch the default backend in GNUstep enter on of this lines:
+
+for xlib:
+defaults write NSGlobalDomain GSBackend libgnustep-back
+
+for libart:
+defaults write NSGlobalDomain GSBackend libgnustep-art
+
+for cairo:
+defaults write NSGlobalDomain GSBackend libgnustep-cairo