[Scummvm-git-logs] scummvm master -> a63040b60ed3dd5c50747d792dbb49dd86ef6615

aquadran aquadran at gmail.com
Mon Oct 12 16:33:08 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
a63040b60e DISTS: Update conditions for install shader files


Commit: a63040b60ed3dd5c50747d792dbb49dd86ef6615
    https://github.com/scummvm/scummvm/commit/a63040b60ed3dd5c50747d792dbb49dd86ef6615
Author: Paweł Kołodziejski (aquadran at users.sourceforge.net)
Date: 2020-10-12T18:33:00+02:00

Commit Message:
DISTS: Update conditions for install shader files

Changed paths:
    dists/scummvm.rc


diff --git a/dists/scummvm.rc b/dists/scummvm.rc
index a6023aa40b..f0a1283ca8 100644
--- a/dists/scummvm.rc
+++ b/dists/scummvm.rc
@@ -21,7 +21,7 @@ ID_GDF_XML             DATA    "dists/win32/scummvm.gdf.xml"
 scummclassic.zip       FILE    "gui/themes/scummclassic.zip"
 scummmodern.zip        FILE    "gui/themes/scummmodern.zip"
 scummremastered.zip    FILE    "gui/themes/scummremastered.zip"
-residualvm.zip             FILE    "gui/themes/residualvm.zip"
+residualvm.zip         FILE    "gui/themes/residualvm.zip"
 
 #ifdef BUILTIN_RESOURCES
 #if PLUGIN_ENABLED_STATIC(GRIM)
@@ -105,7 +105,7 @@ xeen.ccs               FILE    "dists/engine-data/xeen.ccs"
 #if PLUGIN_ENABLED_STATIC(AGI)
 pred.dic               FILE    "dists/pred.dic"
 #endif
-#ifdef USE_OPENGL_SHADERS
+#if defined(USE_OPENGL_SHADERS) || defined(USE_GLES2)
 #if PLUGIN_ENABLED_STATIC(GRIM)
 shaders/grim_dim.fragment            FILE    "engines/grim/shaders/grim_dim.fragment"
 shaders/grim_dim.vertex              FILE    "engines/grim/shaders/grim_dim.vertex"




More information about the Scummvm-git-logs mailing list