summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPengcheng Chen - Sun Microsystems <Pengcheng.Chen@Sun.COM>2010-01-28 16:17:17 +0800
committerJason Gerecke <killertofu@gmail.com>2013-04-02 10:57:52 -0700
commit2e9e0939887e451d79d6274c018a94282851b2c5 (patch)
treef488051738808a50e3d306d2175a1be99eb60243 /README
parentd6a194c80623c5306d60ee3f234863b3b4bacc6d (diff)
downloadxf86-input-wacom-solaris.tar.gz
Add Solaris supportsolaris
Patch obtained from OpenSolaris site for use with snv_130 or newer: http://hub.opensolaris.org/bin/view/Community+Group+device_drivers/wacomtablet Signed-off-by: Pengcheng Chen - Sun Microsystems <Pengcheng.Chen@Sun.COM>
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index aaef526..e007202 100644
--- a/README
+++ b/README
@@ -26,6 +26,13 @@ Adjust the prefix according to your local setup, in most cases, a prefix of
BUILDING FROM TARBALL:
$ ./configure && make
+
+On Solaris (i386):
+ $ ./configure --with-hal-data-dir=/etc/hal && make
+
+On Solaris (amd64):
+ $ ./configure --enable-xserver64 --with-hal-data-dir=/etc/hal && make
+
Adjust the prefix according to your local setup, in most cases, a prefix of
/usr is correct.