Skip to content

Commit

Permalink
xbmc/windowing: add amlogic subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
lrusak authored and popcornmix committed Apr 26, 2017
1 parent 064c105 commit 4932263
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xbmc/windowing/CMakeLists.txt
Expand Up @@ -22,6 +22,10 @@ if (NOT MIR_FOUND)
list(APPEND SOURCES WinEventsLinux.cpp)
list(APPEND HEADERS WinEventsLinux.h)
endif()

if(AML_FOUND)
add_subdirectory(amlogic)
endif()
endif()

core_add_library(windowing)

0 comments on commit 4932263

Please sign in to comment.