]> git.pld-linux.org Git - packages/kodi.git/commitdiff
- unified opengl bcond name
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 May 2020 16:57:58 +0000 (18:57 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 May 2020 16:57:58 +0000 (18:57 +0200)
kodi.spec

index 10305c80ca08a9d80748747baba4b4ebee9f4fa1..07416c6b320cbd45b827b77e408302b7b1a8dbe6 100644 (file)
--- a/kodi.spec
+++ b/kodi.spec
@@ -13,7 +13,7 @@
 %bcond_without avahi           # Avahi support
 %bcond_without dbus            # DBUS support
 %bcond_without dvdcss          # DVDCSS support
-%bcond_without gl              # OpenGL rendering
+%bcond_without opengl          # OpenGL rendering
 %bcond_with    gtest           # configure Google Test Framework
 %bcond_without joystick        # SDL joystick support
 %bcond_without libcap          # libcap support
@@ -241,7 +241,7 @@ cd build
        %{__enable_disable avahi} \
        %{__enable_disable dbus} \
        %{__enable_disable gles} \
-       %{__enable_disable gl} \
+       %{__enable_disable opengl gl} \
        %{__enable_disable gtest} \
        %{__enable_disable joystick} \
        %{__enable_disable libbluray} \
This page took 0.043321 seconds and 4 git commands to generate.