Skip to content

Commit f822aa9

Browse files
committed
xorg/generate-expr-from-tarballs: map libgbm properly
Is this even used? I hope not...
1 parent a3f2328 commit f822aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/servers/x11/xorg/generate-expr-from-tarballs.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
$pcMap{"libudev"} = "udev";
3535
$pcMap{"gl"} = "libGL";
3636
$pcMap{"GL"} = "libGL";
37-
$pcMap{"gbm"} = "mesa";
37+
$pcMap{"gbm"} = "libgbm";
3838
$pcMap{"hwdata"} = "hwdata";
3939
$pcMap{"\$PIXMAN"} = "pixman";
4040
$pcMap{"\$RENDERPROTO"} = "xorgproto";

0 commit comments

Comments
 (0)