GLX implementation and *nix-specific file handling implementation

I added gl-x11 which allows compatibility with X11 (Xlib-based) and GLX.
I also added various functions to handle file finding based on FHS.
Various changes to autotools to both install files correctly and to configure correctly.
This commit is contained in:
Zachary Lund
2013-12-27 20:43:28 -06:00
parent 1c91e0d0e0
commit 80b8176e29
11 changed files with 402 additions and 21 deletions

View File

@@ -10,7 +10,7 @@ else
libtestdir = $(libdir)/obs-plugins
endif
pkglib_LTLIBRARIES = libtest-input.la
libtest_LTLIBRARIES = libtest-input.la
libtest_input_la_LDFLAGS = -no-undefined
if OS_WIN