Skip to content

Commit

Permalink
xorg/generate-expr-from-tarballs: map libgbm properly
Browse files Browse the repository at this point in the history
Is this even used? I hope not...
  • Loading branch information
K900 committed Dec 23, 2024
1 parent a3f2328 commit f822aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/x11/xorg/generate-expr-from-tarballs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
$pcMap{"libudev"} = "udev";
$pcMap{"gl"} = "libGL";
$pcMap{"GL"} = "libGL";
$pcMap{"gbm"} = "mesa";
$pcMap{"gbm"} = "libgbm";
$pcMap{"hwdata"} = "hwdata";
$pcMap{"\$PIXMAN"} = "pixman";
$pcMap{"\$RENDERPROTO"} = "xorgproto";
Expand Down

0 comments on commit f822aa9

Please sign in to comment.