mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
a197d32ded
* + * rename * +x.org/xi * deps * +at-spi2-atk * -Dmedia=none because we haven't gstreamer-player. * +cups for linux * wip * wip * wip * quartz * hardcode version like homebrew
6 lines
101 B
C
6 lines
101 B
C
#include <gtk/gtk.h>
|
|
|
|
int main(int argc, char *argv[]) {
|
|
gtk_disable_setlocale();
|
|
return 0;
|
|
} |