Don't check for freetype2 if text was disabled #11

Closed
opened 2023-05-22 12:47:49 -07:00 by NRK · 1 comment

Since d03876e the text functions can be disabled at build time. And as far as I see, freetype2 is used only when these text functions are used. But in configure.ac freetype2 is checked unconditionally:

4b4f72c7ff/configure.ac (L126-L127)

Should be changed to disable the check if --disable-text was used, me thinks.

Since d03876e the text functions can be disabled at build time. And as far as I see, `freetype2` is used only when these text functions are used. But in `configure.ac` freetype2 is checked unconditionally: https://git.enlightenment.org/old/legacy-imlib2/src/commit/4b4f72c7ffd476df6e450d84f7acb078808cb931/configure.ac#L126-L127 Should be changed to disable the check if `--disable-text` was used, me thinks.
Owner

Seems reasonable :)
Should be fixed now.

Seems reasonable :) Should be fixed now.
kw closed this issue 2023-05-23 00:59:22 -07:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: old/legacy-imlib2#11
No description provided.