diff options
author | Rodion Goritskov <rodion.goritskov@gmail.com> | 2024-07-24 21:28:09 +0400 |
---|---|---|
committer | Rodion Goritskov <rodion.goritskov@gmail.com> | 2024-07-24 21:28:09 +0400 |
commit | fbee0cd591b9b053056f6ec442c93840769268b0 (patch) | |
tree | f4029fd03bfcc6267e177d90e04685e08a6c1173 /rodion/packages/patches | |
parent | b2770a136f2ac8cc21155cb15060d8760c42f45e (diff) |
gnu: Add 86Box.
* rodion/packages/emulators.scm (86Box): New variable.
Diffstat (limited to 'rodion/packages/patches')
-rw-r--r-- | rodion/packages/patches/0001-86Box.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/rodion/packages/patches/0001-86Box.patch b/rodion/packages/patches/0001-86Box.patch new file mode 100644 index 0000000..3b1ba67 --- /dev/null +++ b/rodion/packages/patches/0001-86Box.patch @@ -0,0 +1,12 @@ +diff --git a/src/qt/CMakeLists.txt b/src/qt/CMakeLists.txt +index 5dc6f8a07..27853e8b1 100644 +--- a/src/qt/CMakeLists.txt ++++ b/src/qt/CMakeLists.txt +@@ -264,6 +264,7 @@ target_link_libraries( + PRIVATE + Qt${QT_MAJOR}::Widgets + Qt${QT_MAJOR}::Gui ++ Qt${QT_MAJOR}::GuiPrivate + Qt${QT_MAJOR}::OpenGL + Qt${QT_MAJOR}::Network + Threads::Threads |