-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added missing dependency Harfbuzz to GTK3 #21
base: master
Are you sure you want to change the base?
Conversation
I was not aware of #16 to be honest, I'm sorry. Coincidentally, the solution on #16 was the first thing I came up with until I realized other dependencies were using separate |
I think this is a better way to handle the |
That was making the telnet debug server to crash, so fortunately that solved it while also having the neat features from dynstr.
The layout was rearranged to make it fit on smaller screens e.g.: 768pix height as featured on many laptops. GDB server not implemented yet.
I'm still unable to compile due to the hb.h not found error. #16 didn't fix it for me, how can I solve this issue? Ubuntu 20.04 here |
Hi @caiotbc , have you ensured |
Yes, |
Hi, thanks for replying. I've tried cloning from your fork, but now cmake fails with |
@caiotbc Those are new dependencies needed by the fork. Actually, 90fb1eb does not depend on these submodules, so you can move your |
@XaviDCR92 Thanks for your help and detailed explanation! I ran |
@iCatButler , could 90fb1eb be finally merged into upstream? |
@XaviDCR92 Hi! Are you still working on this patch? I tried to build it and got the following error:
|
Hi @d33tah , did you run |
pcsxr
did not build on Kubuntu 20.04 LTS since GTK3 could not findhb.h
, which is provided bylibharfbuzz-dev
. Since GTK3 seems to have this new dependency, the following CMake files must be updated accordingly.