diff options
Diffstat (limited to 'emulators/pcsxr/files/patch-plugins-dfxvideo-Makefile.am')
-rw-r--r-- | emulators/pcsxr/files/patch-plugins-dfxvideo-Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/pcsxr/files/patch-plugins-dfxvideo-Makefile.am b/emulators/pcsxr/files/patch-plugins-dfxvideo-Makefile.am index ca79539170b9..3061c89d6a61 100644 --- a/emulators/pcsxr/files/patch-plugins-dfxvideo-Makefile.am +++ b/emulators/pcsxr/files/patch-plugins-dfxvideo-Makefile.am @@ -6,7 +6,7 @@ AM_CPPFLAGS = -DLOCALE_DIR=\"${datadir}/locale/\" \ - -DDATADIR=\"${datadir}/psemu/\" \ + -DDATADIR=\"${datadir}/pcsxr/\" \ - $(GTK2_CFLAGS)\ + $(GTK3_CFLAGS)\ -I../../libpcsxcore \ -I../../include @@ -18,7 +18,7 @@ lib_LTLIBRARIES = libDFXVideo.la @@ -30,5 +30,5 @@ - cfgDFXVideo_LDADD = $(GTK2_LIBS) -lXext + cfgDFXVideo_LDADD = $(GTK3_LIBS) -lXext glade_DATA = gpucfg-0.1df/dfxvideo.ui -gladedir = $(datadir)/psemu/ |