]> git.pld-linux.org Git - packages/xpra.git/commitdiff
- explicitly enable xpra_Xdummy wrapper to stabilize builds auto/th/xpra-2.5.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 30 Jun 2021 16:43:01 +0000 (18:43 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 30 Jun 2021 16:43:01 +0000 (18:43 +0200)
xpra.spec

index a55ec75eae5c65cdeaf156c8d4baf02362c3cf5f..ad6cf916978ba894a06e6ac2a84311b9a32ac656 100644 (file)
--- a/xpra.spec
+++ b/xpra.spec
@@ -137,6 +137,7 @@ Backend Xpra dla CUPS-a.
 %define setup_opts \\\
        --with-PIC \\\
        --with-Xdummy \\\
+       --with-Xdummy_wrapper \\\
        %{__with_without client} \\\
        %{__with_without clipboard} \\\
        %{__with_without swscale csc_swscale} \\\
@@ -220,6 +221,7 @@ rm -rf $RPM_BUILD_ROOT
 /usr/lib/sysusers.d/xpra.conf
 /lib/udev/rules.d/71-xpra-virtual-pointer.rules
 %attr(755,root,root) %{_bindir}/xpra
+%attr(755,root,root) %{_bindir}/xpra_Xdummy
 %attr(755,root,root) %{_bindir}/xpra_launcher
 %attr(755,root,root) %{_bindir}/xpra_signal_listener
 %attr(755,root,root) %{_bindir}/xpra_udev_product_version
This page took 0.161601 seconds and 4 git commands to generate.