mirror of https://github.com/PCSX2/pcsx2.git
Merge pull request #409 from micove/small-cleanup
Fix GSdx build and enhance the desktop file.
This commit is contained in:
commit
f33027f24d
|
@ -31,7 +31,7 @@ include(FindLibc)
|
|||
## Use CheckLib package to find module
|
||||
include(CheckLib)
|
||||
check_lib(AIO aio aio.h)
|
||||
check_lib(EGL egl EGL/egl.h)
|
||||
check_lib(EGL EGL EGL/egl.h)
|
||||
check_lib(GLESV2 GLESv2 GLES3/gl3ext.h) # NOTE: looking for GLESv3, not GLESv2
|
||||
check_lib(PORTAUDIO portaudio portaudio.h pa_linux_alsa.h)
|
||||
check_lib(SOUNDTOUCH SoundTouch soundtouch/SoundTouch.h)
|
||||
|
|
|
@ -7,4 +7,5 @@ GenericName=Playstation 2 Emulator
|
|||
Comment=Sony Playstation 2 emulator
|
||||
Exec=pcsx2
|
||||
Icon=pcsx2
|
||||
Keywords=game;emulator;
|
||||
Categories=@PCSX2_MENU_CATEGORIES@
|
||||
|
|
Loading…
Reference in New Issue