Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Add FreeBSD support #363

Merged
merged 3 commits into from
Apr 7, 2018
Merged

Add FreeBSD support #363

merged 3 commits into from
Apr 7, 2018

Conversation

valpackett
Copy link
Contributor

  • option to use system libevdev via pkg-config (we have slightly modified libevdev, mostly include paths) // actually idk why you bundled libevdev at all
  • use sdl2-config to find SDL2
  • extract -lstdc++fs into a variable (it's -lc++experimental for me)
  • skip malloc.h include in Scale2x
  • use rm -rf ... instead of rm ... -r -f

Only GNU rm supports flags after paths
+ extract the C++17 fs library name into a variable to allow overriding
(it's -lc++experimental on systems with LLVM's libc++ as the C++ lib)
@SourMesen
Copy link
Owner

Awesome - thank you very much for this!
As for why it bundles libevdev, let's just say I am not the most Linux-savvy person :)

@SourMesen SourMesen merged commit c9e569f into SourMesen:master Apr 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants