diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
| commit | 46ca440e9d6cc606d9c3233021e32d24b25172cf (patch) | |
| tree | eeb573e47ac56498fbf74bda6d22fac47038ecab /repos/extra/libepoxy | |
| parent | 8c2e7bb570c11a51fdcecf7302af4058757d862c (diff) | |
| download | alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.tar.gz alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.zip | |
added repos
Diffstat (limited to 'repos/extra/libepoxy')
| -rw-r--r-- | repos/extra/libepoxy/.files | 14 | ||||
| -rw-r--r-- | repos/extra/libepoxy/depends | 1 | ||||
| -rw-r--r-- | repos/extra/libepoxy/info | 5 |
3 files changed, 20 insertions, 0 deletions
diff --git a/repos/extra/libepoxy/.files b/repos/extra/libepoxy/.files new file mode 100644 index 00000000..1cf5ad3a --- /dev/null +++ b/repos/extra/libepoxy/.files @@ -0,0 +1,14 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/epoxy/ +-rw-r--r-- root/root usr/include/epoxy/common.h +-rw-r--r-- root/root usr/include/epoxy/egl.h +-rw-r--r-- root/root usr/include/epoxy/egl_generated.h +-rw-r--r-- root/root usr/include/epoxy/gl.h +-rw-r--r-- root/root usr/include/epoxy/gl_generated.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libepoxy.so -> libepoxy.so.0 +lrwxrwxrwx root/root usr/lib/libepoxy.so.0 -> libepoxy.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libepoxy.so.0.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/epoxy.pc diff --git a/repos/extra/libepoxy/depends b/repos/extra/libepoxy/depends new file mode 100644 index 00000000..da0b5b95 --- /dev/null +++ b/repos/extra/libepoxy/depends @@ -0,0 +1 @@ +mesa diff --git a/repos/extra/libepoxy/info b/repos/extra/libepoxy/info new file mode 100644 index 00000000..5c0431fc --- /dev/null +++ b/repos/extra/libepoxy/info @@ -0,0 +1,5 @@ +name=libepoxy +version=1.5.10 +release=1 +source="https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz" +build_opt="-Dtests=false -Dx11=false" |