summaryrefslogtreecommitdiffstats
path: root/abs/extra/plex-home-theater/plex-lirc-socket.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/plex-home-theater/plex-lirc-socket.patch')
-rw-r--r--abs/extra/plex-home-theater/plex-lirc-socket.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/abs/extra/plex-home-theater/plex-lirc-socket.patch b/abs/extra/plex-home-theater/plex-lirc-socket.patch
index 7110252..0a7ebf3 100644
--- a/abs/extra/plex-home-theater/plex-lirc-socket.patch
+++ b/abs/extra/plex-home-theater/plex-lirc-socket.patch
@@ -27,30 +27,3 @@ index 002245a..85ad398 100644
AC_ARG_ENABLE([udev],
diff --git a/plex/CMakeModules/PlatformConfigLINUX.cmake b/plex/CMakeModules/PlatformConfigLINUX.cmake
index 078fafb..3afa5c1 100644
---- a/plex/CMakeModules/PlatformConfigLINUX.cmake
-+++ b/plex/CMakeModules/PlatformConfigLINUX.cmake
-@@ -126,7 +126,7 @@ if(DEFINED OPENGL_FOUND)
- endif()
-
- #### default lircdevice
--set(LIRC_DEVICE "/dev/lircd")
-+set(LIRC_DEVICE "/var/run/lirc/lircd")
-
- #### on linux we want to use a "easy" name
- set(EXECUTABLE_NAME "plexhometheater")
-diff --git a/plex/CMakeModules/PlatformConfigRPI.cmake b/plex/CMakeModules/PlatformConfigRPI.cmake
-index 82aa751..367cdc9 100644
---- a/plex/CMakeModules/PlatformConfigRPI.cmake
-+++ b/plex/CMakeModules/PlatformConfigRPI.cmake
-@@ -103,7 +103,7 @@ list(APPEND CONFIG_INTERNAL_LIBS lib_dllsymbols)
-
-
- #### default lircdevice
--set(LIRC_DEVICE "/dev/lircd")
-+set(LIRC_DEVICE "/var/run/lirc/lircd")
-
- #### on linux we want to use a "easy" name
- set(EXECUTABLE_NAME "plexhometheater")
---
-2.1.3
-