launcher: Rename logind-util to launcher-logind

We're refactoring this to have multiple launcher "implementations".

Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
dev
Jasper St. Pierre 9 years ago committed by Bryce Harrington
parent 9c7de167f8
commit 30bcf35ceb
  1. 4
      Makefile.am
  2. 2
      src/launcher-logind.c
  3. 0
      src/launcher-logind.h
  4. 2
      src/launcher-util.c

@ -138,8 +138,8 @@ if HAVE_SYSTEMD_LOGIN
libsession_helper_la_SOURCES += \
src/dbus.h \
src/dbus.c \
src/logind-util.h \
src/logind-util.c
src/launcher-logind.h \
src/launcher-logind.c
libsession_helper_la_CFLAGS += $(SYSTEMD_LOGIN_CFLAGS) $(DBUS_CFLAGS)
libsession_helper_la_LIBADD += $(SYSTEMD_LOGIN_LIBS) $(DBUS_LIBS)
endif

@ -44,7 +44,7 @@
#include "compositor.h"
#include "dbus.h"
#include "logind-util.h"
#include "launcher-logind.h"
#define DRM_MAJOR 226

@ -45,7 +45,7 @@
#include "compositor.h"
#include "launcher-util.h"
#include "logind-util.h"
#include "launcher-logind.h"
#include "weston-launch.h"
#define DRM_MAJOR 226

Loading…
Cancel
Save