Files
antimicrox/fix_xcb_linker.patch
Carsten Ziepke e45e5792cc Accepting request 957639 from home:Kieltux:branches:hardware
- Update to version 3.2.2
  - Change default working directory of launched executables
  - Fix typo (setting->settings)
  - Random Crashes during longer sessions
  - File with gamecontroller mappings not found
  - Empty application path in autoprofile
  - Enable checking for updates in Debian builds from GitHub
  - Log improvements and cleanup
  - Daemon mode support removed
  - Remove unused "map" and "display" argument options
  - Remove unused files With icons, resources and pertially
  - implemented importing utility
  - Use colourful antimicrox icon in tray by default
  - Update building docs
- Rebase fix_xcb_linker.patch and remove_datetime_aboutdialog.patch

OBS-URL: https://build.opensuse.org/request/show/957639
OBS-URL: https://build.opensuse.org/package/show/hardware/antimicrox?expand=0&rev=14
2022-03-01 05:39:19 +00:00

12 lines
433 B
Diff

diff -Nur antimicrox-3.2.2.orig/CMakeLists.txt antimicrox-3.2.2/CMakeLists.txt
--- antimicrox-3.2.2.orig/CMakeLists.txt 2022-02-24 15:01:41.000000000 +0100
+++ antimicrox-3.2.2/CMakeLists.txt 2022-02-25 18:27:31.537083011 +0100
@@ -492,6 +492,7 @@
if(WITH_X11)
LIST(APPEND X11_LIBS ${X11_X11_LIB})
LIST(APPEND X11_LIBS ${X11_Xi_LIB})
+ LIST(APPEND LIBS -lxcb)
endif(WITH_X11)
if(WITH_XTEST)