Disable systemd-backlight
authorKunhoon Baik <knhoon.baik@samsung.com>
Fri, 15 Apr 2016 05:52:57 +0000 (14:52 +0900)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Fri, 26 Jan 2024 16:49:49 +0000 (17:49 +0100)
Tizen does not use systemd-backlight. Deviced will control whole
backlight-related operation.

Change-Id: I59b45eeb5dbc3d4ab716bcbf38df120fd1023a5f

packaging/systemd.spec

index bd3d892..d93b332 100644 (file)
@@ -6,6 +6,7 @@
 %define WITH_BASH_COMPLETION 0
 %define WITH_ZSH_COMPLETION 0
 %define WITH_COREDUMP 0
+%define WITH_BACKLIGHT 0
 
 Name:           systemd
 Version:        219
@@ -127,6 +128,9 @@ cp %{SOURCE1001} .
 %if ! %{?WITH_COREDUMP}
        --disable-coredump \
 %endif
+%if ! %{?WITH_BACKLIGHT}
+       --disable-backlight \
+%endif
         --enable-compat-libs \
         --enable-bootchart \
         --disable-hwdb \