keyboard: Rename keyboard to weston-keyboard
Signed-off-by: Jan Arne Petersen <jpetersen@openismus.com>
This commit is contained in:
committed by
Kristian Høgsberg
parent
5ec05fb251
commit
1f1b39792b
+1
-1
@@ -10,7 +10,7 @@ gears
|
|||||||
image
|
image
|
||||||
input-method-protocol.c
|
input-method-protocol.c
|
||||||
input-method-client-protocol.h
|
input-method-client-protocol.h
|
||||||
keyboard
|
weston-keyboard
|
||||||
libtoytoolkit.a
|
libtoytoolkit.a
|
||||||
resizor
|
resizor
|
||||||
screenshooter-client-protocol.h
|
screenshooter-client-protocol.h
|
||||||
|
|||||||
+5
-4
@@ -12,7 +12,8 @@ libexec_PROGRAMS = \
|
|||||||
$(desktop_shell) \
|
$(desktop_shell) \
|
||||||
$(tablet_shell) \
|
$(tablet_shell) \
|
||||||
$(screenshooter) \
|
$(screenshooter) \
|
||||||
$(screensaver)
|
$(screensaver) \
|
||||||
|
$(keyboard)
|
||||||
|
|
||||||
AM_CFLAGS = $(GCC_CFLAGS)
|
AM_CFLAGS = $(GCC_CFLAGS)
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
@@ -60,7 +61,6 @@ clients_programs = \
|
|||||||
eventdemo \
|
eventdemo \
|
||||||
clickdot \
|
clickdot \
|
||||||
editor \
|
editor \
|
||||||
keyboard \
|
|
||||||
$(full_gl_client_programs)
|
$(full_gl_client_programs)
|
||||||
|
|
||||||
desktop_shell = weston-desktop-shell
|
desktop_shell = weston-desktop-shell
|
||||||
@@ -123,13 +123,14 @@ editor_SOURCES = \
|
|||||||
text-client-protocol.h
|
text-client-protocol.h
|
||||||
editor_LDADD = $(toolkit_libs)
|
editor_LDADD = $(toolkit_libs)
|
||||||
|
|
||||||
keyboard_SOURCES = \
|
keyboard = weston-keyboard
|
||||||
|
weston_keyboard_SOURCES = \
|
||||||
keyboard.c \
|
keyboard.c \
|
||||||
desktop-shell-client-protocol.h \
|
desktop-shell-client-protocol.h \
|
||||||
desktop-shell-protocol.c \
|
desktop-shell-protocol.c \
|
||||||
input-method-protocol.c \
|
input-method-protocol.c \
|
||||||
input-method-client-protocol.h
|
input-method-client-protocol.h
|
||||||
keyboard_LDADD = $(toolkit_libs)
|
weston_keyboard_LDADD = $(toolkit_libs)
|
||||||
|
|
||||||
weston_info_SOURCES = \
|
weston_info_SOURCES = \
|
||||||
weston-info.c \
|
weston-info.c \
|
||||||
|
|||||||
Reference in New Issue
Block a user