]> git.pld-linux.org Git - packages/VirtualBox.git/blob - lightdm-greeter-makefile.patch
fix build with kernel 5.11; rel 4
[packages/VirtualBox.git] / lightdm-greeter-makefile.patch
1 --- VirtualBox-5.1.4/src/VBox/Additions/linux/lightdm-greeter/Makefile.kmk.orig 2016-08-21 15:55:34.233163799 +0200
2 +++ VirtualBox-5.1.4/src/VBox/Additions/linux/lightdm-greeter/Makefile.kmk      2016-08-21 15:55:46.509804204 +0200
3 @@ -48,7 +48,7 @@
4         GTK_DISABLE_SINGLE_INCLUDES \
5         GDK_DISABLE_DEPRECATED
6  endif
7 -vbox-greeter_CFLAGS  := $(if $(VBOX_OSE),%(filter-out -I%,$(shell pkg-config --cflags liblightdm-gobject-1)),)
8 +vbox-greeter_CFLAGS  := $(if $(VBOX_OSE),$(filter-out -I%,$(shell pkg-config --cflags liblightdm-gobject-1)),)
9  ## @todo r=bird: Why are we cooking our own lightdm-gobject-1 but using system headers?
10  ##               That sounds like a very risky business to me.  I've added  liblightdm-gobject-1.5.0
11  ##               to the INCS, however lightdm.h is missing and will be taken from the system.
12 @@ -59,7 +59,7 @@
13         /usr/include/glib-2.0 \
14         $(if $(VBOX_OSE),,liblightdm-gobject-1.5.0) \
15         /usr/include/lightdm-gobject-1 \
16 -       $(if $(VBOX_OSE),$(patsubst -I%,%,%(filter -I%,$(shell pkg-config --cflags liblightdm-gobject-1))),)
17 +       $(if $(VBOX_OSE),$(patsubst -I%,%,$(filter -I%,$(shell pkg-config --cflags liblightdm-gobject-1))),)
18  ifndef VBOX_WITH_FLTK
19   vbox-greeter_INCS   += \
20         /usr/include/glib-2.0 \
This page took 0.047773 seconds and 3 git commands to generate.