From 7918751916a256896e09535c2e7e4ef3c0df5fdc Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 30 Aug 2013 15:14:42 +0200 Subject: [PATCH] Makefile.defs: definitions for ksplash-theme* --- Makefile.defs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile.defs b/Makefile.defs index 0cb439b..9b1307c 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -1,8 +1,5 @@ # def file for openmamba platforms -# libc -libpthread.so.0 = glibc - # systemd/sysvinit _initsystem = systemd /sbin/halt = $(_initsystem) @@ -16,6 +13,8 @@ _initsystem = systemd #xorgproprietary = xorg-drv-video-fglrx xorg-drv-video-nvidia ifeq ($(ARCH),i586) +# libc +libpthread.so.0 = glibc # kernel kernelnvidia = kernel-$(KERNEL_EXTRAVER)-nongpl-nvidia kernelsound = kernel-$(KERNEL_EXTRAVER)-sound @@ -246,6 +245,9 @@ rtld[GNU_UNIQUE] = ldconfig libgs.so.9[][64bit] = ghostscript endif +ksplashtheme = ksplash-theme-openmamba +ksplash-theme-openmamba = ksplash-theme-openmamba + ifdef PLATFORM include $(TARGETSDIR)/$(TARGET)/platforms/$(PLATFORM)/Makefile.defs endif