Skip to content

Commit

Permalink
Re-applied Fedora-specific patch files needed for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Cohoe committed May 11, 2017
1 parent 38c56bc commit 9470fbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platforms/unix/platform_unix_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ UnixIconProvider::UnixIconProvider() {
xdgDataDirs = spl[1].split(":");
}
xdgDataDirs += "/usr/share/icons/";
// Patch from Fedora (original author unknown)
xdgDataDirs += "/usr/share/";
}


Expand Down
3 changes: 3 additions & 0 deletions src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ unix:!macx {
platform_base_hotkey.h \
platform_base_hottrigger.h

# Patch from Fedora (original author unknown)
LIBS = -lX11

PREFIX = /usr
DEFINES += SKINS_PATH=\\\"$$PREFIX/share/launchy/skins/\\\" \
PLUGINS_PATH=\\\"$$PREFIX/lib/launchy/plugins/\\\" \
Expand Down

0 comments on commit 9470fbb

Please sign in to comment.