Enable Thunderbolt plugin in CI and RPM packaging

Signed-off-by: Yehezkel Bernat <yehezkel.bernat@intel.com>
This commit is contained in:
Yehezkel Bernat 2017-08-30 13:51:10 +03:00 committed by Richard Hughes
parent b95b75a211
commit 859f0f0fe8
3 changed files with 4 additions and 3 deletions

View File

@ -11,7 +11,7 @@ meson .. \
-Denable-man=true \
-Denable-tests=true \
-Denable-dummy=true \
-Denable-thunderbolt=false \
-Denable-thunderbolt=true \
-Denable-uefi=true \
-Denable-dell=true \
-Denable-synaptics=true \

View File

@ -9,7 +9,7 @@ meson .. \
-Denable-doc=true \
-Denable-man=true \
-Denable-tests=true \
-Denable-thunderbolt=false \
-Denable-thunderbolt=true \
-Denable-uefi=true \
-Denable-dell=true \
-Denable-synaptics=true \

View File

@ -142,7 +142,7 @@ Data files for installed tests.
%else
-Denable-dummy=false \
%endif
-Denable-thunderbolt=false \
-Denable-thunderbolt=true \
%if 0%{?have_uefi}
-Denable-uefi=true \
-Denable-uefi-labels=true \
@ -235,6 +235,7 @@ mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
%if 0%{?enable_dummy}
%{_libdir}/fwupd-plugins-2/libfu_plugin_test.so
%endif
%{_libdir}/fwupd-plugins-2/libfu_plugin_thunderbolt.so
%{_libdir}/fwupd-plugins-2/libfu_plugin_udev.so
%if 0%{?have_uefi}
%{_libdir}/fwupd-plugins-2/libfu_plugin_uefi.so