Changeset 48941 in vbox for trunk/src/VBox/Additions/linux/lightdm-greeter
- Timestamp:
- Oct 7, 2013 9:29:17 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89638
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/lightdm-greeter/Makefile.kmk
r45511 r48941 31 31 32 32 vbox-greeter_TEMPLATE = VBOXGUESTR3EXE 33 vbox-greeter_DEFS = LOG_TO_BACKDOOR VBOX_WITH_HGCM 33 vbox-greeter_DEFS = LOG_TO_BACKDOOR VBOX_WITH_HGCM 34 34 vbox-greeter_DEFS += \ 35 35 VBOX_BUILD_TARGET=\"$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)\" … … 45 45 endif 46 46 vbox-greeter_SOURCES = vbox-greeter.cpp 47 ### todo: define some _INCS in Config.kmk and use 'pkg-config glib-2.0 --cflags' in configure to override 47 ### todo: define some _INCS in Config.kmk and use 'pkg-config glib-2.0 --cflags' in configure to override 48 48 vbox-greeter_INCS = \ 49 49 /usr/lib/i386-linux-gnu/glib-2.0/include \ … … 60 60 /usr/include/atk-1.0 61 61 endif 62 ### todo: define some _LIBS in Config.kmk and use 'pkg-config glib-2.0 --libs' in configure to override 62 ### todo: define some _LIBS in Config.kmk and use 'pkg-config glib-2.0 --libs' in configure to override 63 63 vbox-greeter_LIBS = \ 64 64 $(if $(VBOX_OSE),lightdm-gobject-1,$(VBOX_PATH_ADDITIONS_LIB)/VBox-liblightdm-gobject$(VBOX_SUFF_LIB)) \
Note:
See TracChangeset
for help on using the changeset viewer.