swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit c86e36a96ee524a9c1a9cbf0e3dc7ed7dbc3a173
parent b96f614d0f961ad8622a0ff694334d5de3b58831
Author: Michael Forney <mforney@mforney.org>
Date:   Wed, 22 Jan 2014 14:36:07 -0800

libswc/local.mk: Sort sources

Diffstat:
Mlibswc/local.mk | 45+++++++++++++++++++++------------------------
1 file changed, 21 insertions(+), 24 deletions(-)

diff --git a/libswc/local.mk b/libswc/local.mk @@ -28,40 +28,37 @@ $(dir)_PACKAGES = \ xkbcommon SWC_SOURCES = \ - libswc/launch.c \ - libswc/compositor.c \ - libswc/view.c \ + launch/protocol.c \ + libswc/bindings.c \ libswc/buffer.c \ - libswc/wayland_buffer.c \ + libswc/compositor.c \ libswc/cursor_plane.c \ + libswc/data.c \ + libswc/data_device.c \ + libswc/data_device_manager.c \ + libswc/drm.c \ + libswc/evdev_device.c \ libswc/framebuffer_plane.c \ - libswc/util.c \ - libswc/output.c \ - libswc/surface.c \ - libswc/region.c \ libswc/input_focus.c \ libswc/keyboard.c \ + libswc/launch.c \ + libswc/mode.c \ + libswc/output.c \ libswc/pointer.c \ + libswc/region.c \ + libswc/screen.c \ libswc/seat.c \ - libswc/data_device_manager.c \ - libswc/data_device.c \ - libswc/data.c \ - libswc/mode.c \ - libswc/evdev_device.c \ - libswc/xkb.c \ + libswc/shell.c \ + libswc/shell_surface.c \ libswc/shm.c \ - libswc/drm.c \ - protocol/wayland-drm-protocol.c \ - launch/protocol.c - -# Public interface -SWC_SOURCES += \ + libswc/surface.c \ libswc/swc.c \ + libswc/util.c \ + libswc/view.c \ + libswc/wayland_buffer.c \ libswc/window.c \ - libswc/shell.c \ - libswc/shell_surface.c \ - libswc/bindings.c \ - libswc/screen.c + libswc/xkb.c \ + protocol/wayland-drm-protocol.c ifeq ($(ENABLE_HOTPLUGGING),1) $(dir)_CFLAGS += -DENABLE_HOTPLUGGING