ebassi / graphene

A thin layer of graphic data types

Home Page:http://ebassi.github.io/graphene

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple places for option handling in configure

inigomartinez opened this issue · comments

Experienced behavior

If any option is added to meson, there are multiple places in the configure scripts to be modified to add proper support..

Expected behavior

Easier way to add an option to meson by adding only the option name and its default value.

Steps to reproduce

Add a new option to mesa.

Operating system in use

SIMD implementation in use

I'm sorry, but I don't understand this issue.

What is it that you're trying to achieve?

Oh, I was opening the pull request by following the "Contributing" notes. This patch tries to simplify the configure script. It has one minor issue, the enable-docs option changes to enable-gtk-doc option, otherwise it would be an exception of the rule/pattern.

We dropped the Autotools build, and we don't use a build-api wrapper any more.