summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-02-05 16:34:00 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2010-02-08 16:45:04 +1000
commit451860c34decad4442f6bf88645d75b7d3640d4a (patch)
tree8ec785d4f6dcb916b109df25e5263465c701d540 /Makefile
parentd2df52164430e720e67a43bed6504e5d98b2e6a9 (diff)
Purge HAL bits.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b0517d8..02207d7 100644
--- a/Makefile
+++ b/Makefile
@@ -3,11 +3,10 @@ CFLAGS=
all:
python get_layouts.py > keyboards.h
- $(CC) -Wall fedora-setup-keyboard.c `pkg-config --cflags --libs hal glib-2.0` $(CFLAGS) -o fedora-setup-keyboard
+ $(CC) -Wall fedora-setup-keyboard.c `pkg-config --cflags --libs glib-2.0` $(CFLAGS) -o fedora-setup-keyboard
install:
install -D -m 755 fedora-setup-keyboard $(DESTDIR)/usr/bin/fedora-setup-keyboard
- install -D -m 644 10-x11-keymap.fdi $(DESTDIR)/usr/share/hal/fdi/policy/10osvendor/10-x11-keymap.fdi
clean:
rm -f fedora-setup-keyboard keyboards.h