Skip to content

Commit

Permalink
Merge pull request #8 from AlwinEsch/Leia-change
Browse files Browse the repository at this point in the history
[Leia] Fix debian build (libglm-dev was missing)
  • Loading branch information
AlwinEsch authored Oct 8, 2019
2 parents 1aa0a74 + 03a76b8 commit a14189e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions FindOpenGLES.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#.rst:
# FindOpenGLES
# ------------
# Finds the OpenGLES2 library
# Finds the OpenGLES2 and OpenGLES3 library
#
# This will define the following variables::
# This will define the following variables:
#
# OPENGLES_FOUND - system has OpenGLES
# OPENGLES_INCLUDE_DIRS - the OpenGLES include directory
Expand Down
3 changes: 2 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ Source: kodi-visualization-starburst
Priority: extra
Maintainer: Nobody <nobody@kodi.tv>
Build-Depends: debhelper (>= 9.0.0), cmake, kodi-addon-dev,
libgles2-mesa-dev [arm64 armhf], libgl1-mesa-dev [i386 amd64]
libgles2-mesa-dev [arm64 armhf], libgl1-mesa-dev [i386 amd64],
libglm-dev
Standards-Version: 4.1.2
Section: libs
Homepage: http://kodi.tv
Expand Down
2 changes: 1 addition & 1 deletion visualization.starburst/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="visualization.starburst"
version="2.0.1"
version="2.0.2"
name="StarBurst"
provider-name="Team Kodi">
<requires>@ADDON_DEPENDS@</requires>
Expand Down

0 comments on commit a14189e

Please sign in to comment.