Makefile.defs: definitions for ksplash-theme*
This commit is contained in:
parent
47f8745968
commit
7918751916
@ -1,8 +1,5 @@
|
|||||||
# def file for openmamba platforms
|
# def file for openmamba platforms
|
||||||
|
|
||||||
# libc
|
|
||||||
libpthread.so.0 = glibc
|
|
||||||
|
|
||||||
# systemd/sysvinit
|
# systemd/sysvinit
|
||||||
_initsystem = systemd
|
_initsystem = systemd
|
||||||
/sbin/halt = $(_initsystem)
|
/sbin/halt = $(_initsystem)
|
||||||
@ -16,6 +13,8 @@ _initsystem = systemd
|
|||||||
#xorgproprietary = xorg-drv-video-fglrx xorg-drv-video-nvidia
|
#xorgproprietary = xorg-drv-video-fglrx xorg-drv-video-nvidia
|
||||||
|
|
||||||
ifeq ($(ARCH),i586)
|
ifeq ($(ARCH),i586)
|
||||||
|
# libc
|
||||||
|
libpthread.so.0 = glibc
|
||||||
# kernel
|
# kernel
|
||||||
kernelnvidia = kernel-$(KERNEL_EXTRAVER)-nongpl-nvidia
|
kernelnvidia = kernel-$(KERNEL_EXTRAVER)-nongpl-nvidia
|
||||||
kernelsound = kernel-$(KERNEL_EXTRAVER)-sound
|
kernelsound = kernel-$(KERNEL_EXTRAVER)-sound
|
||||||
@ -246,6 +245,9 @@ rtld[GNU_UNIQUE] = ldconfig
|
|||||||
libgs.so.9[][64bit] = ghostscript
|
libgs.so.9[][64bit] = ghostscript
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ksplashtheme = ksplash-theme-openmamba
|
||||||
|
ksplash-theme-openmamba = ksplash-theme-openmamba
|
||||||
|
|
||||||
ifdef PLATFORM
|
ifdef PLATFORM
|
||||||
include $(TARGETSDIR)/$(TARGET)/platforms/$(PLATFORM)/Makefile.defs
|
include $(TARGETSDIR)/$(TARGET)/platforms/$(PLATFORM)/Makefile.defs
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user