]> git.pld-linux.org Git - packages/cool-retro-term.git/commitdiff
add qt-xcb deps
authorElan Ruusamäe <glen@delfi.ee>
Sat, 10 Sep 2016 08:17:39 +0000 (11:17 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 10 Sep 2016 08:18:34 +0000 (11:18 +0300)
$ cool-retro-term
QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize 8, stencilBufferSize 8, samples -1, swapBehavior 2, swapInterval 1, profile  0)
Aborted (core dumped)

cool-retro-term.spec

index 64b9869fe3ba8df3c6fd91ae57e54d8dd94b3c81..88bdf2f3d2dfc2a36d803713a02014ced48f301d 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       A good looking terminal emulator which mimics the old cathode display
 Name:          cool-retro-term
 Version:       1.0.0
-Release:       0.2
+Release:       0.3
 License:       GPL-3.0+
 Group:         X11/Applications
 Source0:       https://github.com/Swordfish90/cool-retro-term/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -18,8 +18,10 @@ BuildRequires:       Qt5Declarative-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= %{qtver}
 BuildRequires: Qt5Quick-devel >= %{qtver}
 BuildRequires: desktop-file-utils
-Requires:      Qt5Quick-controls
-Requires:      Qt5Quick-graphicaleffects
+Requires:      Qt5Gui-platform-xcb-egl >= %{qtver}
+Requires:      Qt5Gui-platform-xcb-glx >= %{qtver}
+Requires:      Qt5Quick-controls >= %{qtver}
+Requires:      Qt5Quick-graphicaleffects >= %{qtver}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
This page took 0.148754 seconds and 4 git commands to generate.