Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.3/glfw: add openbsd support #336

Merged
merged 5 commits into from
Oct 23, 2021
Merged

v3.3/glfw: add openbsd support #336

merged 5 commits into from
Oct 23, 2021

Commits on Oct 21, 2021

  1. v3.3/glfw: add openbsd support

    partially fixes #288
    change freebsd specific code to be more general
    add openbsd specific build tags where necessary
    ilylily committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    aa9d2c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. v3.3/glfw: remove redundant openbsd CFLAGS

    since pkg-config gets CFLAGS for glfw3, we don't need to explicitly
    specify the openbsd x11 include path
    ilylily committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    56186b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. remove external glfw3 dependency for openbsd

    simply include standard X11 paths so that the included glfw source
    compiles on openbsd
    ilylily committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    5778a4f View commit details
    Browse the repository at this point in the history
  2. pkg-config X11 dependencies on openbsd

    removes the need to explicitly specify standard X11 directories
    ilylily committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    d931973 View commit details
    Browse the repository at this point in the history
  3. alphabetize bsd soup

    sort bsd pkg-config lines for readability
    ilylily committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    abcb531 View commit details
    Browse the repository at this point in the history