Browse Source

Try with opengl compat profile

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 3 years ago
parent
commit
a819e5ef88
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      Makefile
  2. +1
    -1
      dpf
  3. +1
    -1
      plugins/ProM/projectM

+ 1
- 1
Makefile View File

@@ -16,7 +16,7 @@ HAVE_PROJECTM = $(shell pkg-config --exists libprojectM && echo true)
# --------------------------------------------------------------

dgl:
$(MAKE) -C dpf/dgl opengl USE_OPENGL3=true
$(MAKE) -C dpf/dgl opengl

plugins: dgl
$(MAKE) all -C plugins/ProM


+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 0f0ab3588df68811db254096b8dfb2ae890961b8
Subproject commit df6d7f50377266b1869c6c590ff7412d2241856e

+ 1
- 1
plugins/ProM/projectM

@@ -1 +1 @@
Subproject commit d3a15a168aaae7050f77420590dbd84af88c32cc
Subproject commit 4aa561b282d0450efb6ace1179cfda6406d28ac9

Loading…
Cancel
Save