diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-02-25 12:23:18 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-02-25 12:23:18 +0000 |
commit | 237577c1f7b1fcf24f2f8ceec38537a768796433 (patch) | |
tree | 83f875bf552f6dc319ef879c93de27e9467014ce /x11-toolkits/gnustep-back | |
parent | 4b882bbbf46849f5f1047e94d78e26a588a8e2e6 (diff) | |
download | ports-237577c1f7b1fcf24f2f8ceec38537a768796433.tar.gz ports-237577c1f7b1fcf24f2f8ceec38537a768796433.zip |
- 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-message | 10 |
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 |