Skip to content

Commit

Permalink
Merge pull request #3 from notspiff/nuke_glew
Browse files Browse the repository at this point in the history
Nuke glew
  • Loading branch information
wsnipex committed Oct 28, 2015
2 parents a559815 + b5328fe commit b5e1414
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 25 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR})
find_package(kodi REQUIRED)

find_package(OpenGL REQUIRED)
find_package(GLEW REQUIRED)
include_directories(${OpenGL_INCLUDE_DIR}
${GLEW_INCLUDE_DIRS}
${KODI_INCLUDE_DIR}
${PROJECT_SOURCE_DIR}/lib/goom2k4-0/src)

Expand All @@ -27,7 +25,6 @@ externalproject_add(libgoom SOURCE_DIR ${PROJECT_SOURCE_DIR}/lib/goom2k4-0
set(GOOM_SOURCES src/Main.cpp)

set(DEPLIBS ${OPENGL_LIBRARIES}
${GLEW_LIBRARIES}
${CMAKE_BINARY_DIR}/libgoom-prefix/src/libgoom-build/src/.libs/libgoom2.a)

build_addon(visualization.goom GOOM DEPLIBS)
Expand Down
20 changes: 0 additions & 20 deletions FindGLEW.cmake

This file was deleted.

2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: kodi-visualization-goom
Priority: extra
Maintainer: Arne Morten Kvarving <spiff@xbmc.org>
Build-Depends: debhelper (>= 8.0.0), cmake, kodi-addon-dev,
kodi-visualization-dev, libgl1-mesa-dev, libglew-dev,
kodi-visualization-dev, libgl1-mesa-dev,
automake, autoconf, libtool
Standards-Version: 3.9.2
Section: libs
Expand Down
2 changes: 1 addition & 1 deletion src/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Goom Visualization Interface for XBMC

#define __STDC_LIMIT_MACROS

#include <kodi/xbmc_vis_dll.h>
#include <xbmc_vis_dll.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>
Expand Down

0 comments on commit b5e1414

Please sign in to comment.