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

meson: fix defines #1086

Merged
merged 1 commit into from
Oct 26, 2024
Merged

meson: fix defines #1086

merged 1 commit into from
Oct 26, 2024

Conversation

Kangie
Copy link
Contributor

@Kangie Kangie commented Oct 26, 2024

When the initial meson build port was performed it was assumed that some defines are prefixed with HAVE_ that are not, among other small things.

This commit corrects that and brings the defines into line with what the code is actually expecting.

  • HAVE_FRBIDI -> HAVE_BIDI
  • HAVE_SHAPE -> SHAPE
  • HAVE_XPM -> XPM
  • HAVE_XSM -> HAVE_XSHM

When the initial meson build port was performed it was assumed
that some defines are prefixed with `HAVE_` that are not, among
other small things.

This commit corrects that and brings the defines into line
with what the code is actually expecting.

- HAVE_FRBIDI -> HAVE_BIDI
- HAVE_SHAPE -> SHAPE
- HAVE_XPM -> XPM
- HAVE_XSM -> HAVE_XSHM

Co-authored-by: Jaimos Skriletz <jaimosskriletz@gmail.com>
Signed-off-by: Matt Jolly <kangie@gentoo.org>
@ThomasAdam ThomasAdam added the area:build Relates to compiling/buildsystem of fvwm label Oct 26, 2024
@ThomasAdam ThomasAdam added this to the 1.1.1 milestone Oct 26, 2024
@ThomasAdam ThomasAdam merged commit 417a3c5 into fvwmorg:main Oct 26, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:build Relates to compiling/buildsystem of fvwm
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants