forked from rosa/hakurei
internal/rosa/package: enable libglvnd in libepoxy
This is no longer circular because xserver does not require libepoxy. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -12,10 +12,13 @@ package libepoxy {
|
||||
|
||||
exec = meson {
|
||||
setup = {
|
||||
"Dglx": "no";
|
||||
"Degl": "no";
|
||||
"Dglx": "yes";
|
||||
"Degl": "yes";
|
||||
};
|
||||
};
|
||||
|
||||
inputs = [ libX11 ];
|
||||
inputs = [
|
||||
libglvnd,
|
||||
libX11,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user